Is it possible to run classic asp on Cassini Webserver?

只愿长相守 提交于 2019-12-10 13:14:05

问题


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 into Visual Studio (in the same way Cassini is) yet, but there'll be a tooling patch to do that at some point.




回答3:


Cassini is run from within Visual Studio. If you have a solution that contains both ASP.NET and ASP, it will continue to run on Cassini. But you can not run a pure classic ASP application this way.



来源:https://stackoverflow.com/questions/3505362/is-it-possible-to-run-classic-asp-on-cassini-webserver

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!