在一个IIS中同时部署不同版本的Asp.net可能会出现
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.
解决方法是为Asp.net 2.0设置专用的应用程序池
博客指出在IIS中同时部署不同版本的Asp.net会出现问题,提示无法在同一IIS进程中运行两个不同版本的ASP.NET。解决办法是为Asp.net 2.0设置专用的应用程序池。
2万+

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



