简体   繁体   English

更改应用程序池后,网站仅显示IIS初始屏幕

[英]Website displays only IIS splash screen after change of application pool

I develop website based on classic ASP and IIS7. 我开发基于经典ASP和IIS7的网站。 Today I've changed application pool and the website's stopped working immediately. 今天,我更改了应用程序池,并且该网站立即停止工作。 The only thing I can see now is the IIS7 splash(logo) screen on homepage. 我现在唯一看到的是主页上的IIS7启动画面(徽标)。 The new app pool has exactly the same runtime version as the previous one(.NET Framework 2.0) and the only difference is the pool's Identity User. 新的应用程序池具有与上一个应用程序池(.NET Framework 2.0)完全相同的运行时版本,唯一的区别是该池的身份用户。 I've noticed too that when I try to access the URL 我也注意到当我尝试访问URL时

mywebsite.com/default.asp mywebsite.com/default.asp

there's

HTTP Error 404.0 - Not Found HTTP错误404.0-找不到

and then Physical Path 然后是物理路径

C:\\inetpub\\wwwroot\\defalt.asp C:\\ inetpub \\ wwwroot \\ defalt.asp

, although there's different path set for this website in IIS Manager. ,尽管在IIS管理器中为此网站设置了不同的路径。

In the Advanced Settings of the pool, change the Managed Pipeline Mode from Integrated to Classic : 在池的“高级设置”中,将“ Managed Pipeline Mode从“ Integrated更改为“ Classic

在此处输入图片说明

You can also check this page: https://technet.microsoft.com/en-us/library/cc753918(v=ws.10).aspx 您还可以检查此页: https : //technet.microsoft.com/zh-cn/library/cc753918(v=ws.10).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM