My 1.1 web apps seem to be running ok. The following message was in the event log. "It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process"
解决:
Check your application pools.
1. Expand the Application Pool in the IIS MMC
2. If there is only one create a new one.
Point all of your new 2.0 sites to point to the new application pool you created. 1.1 and 2.0 web applications can not use the same application pool., and can be changed under the sites properties - Home Directory tab..
完!

本文解决了一个关于在同一服务器上同时运行.NET 1.1和.NET 2.0应用程序的问题。当尝试运行.NET 2.0应用时遇到了“Server Application Unavailable”的错误。通过配置IIS将不同版本的应用程序分配到不同的应用池中解决了这一问题。
121

被折叠的 条评论
为什么被折叠?



