Is it possible to run classic asp on Cassini Webserver?
问题 Is it possible to run classic asp on Cassini Webserver? I have a mixed website (classic asp and dotnet)... 回答1: No, you can't. Cassini only renders ASP.net pages. 回答2: Have you considered IIS Express? It's similar to Sql Server Express user instances in that it can be run and used without requiring administrative privileges or changes to your code to cater for it. It's a "user mode" version of IIS, and thus fully supports Classic ASP which would help with your scenario. It's not integrated