本站网址: YippeeSoft开心软件
WINXP SP2 IIS ASP 500 错误 1
winxp sp2,安装 iis 后访问 ASP 显示500错误
1、怀疑防火墙问题,已经关闭防火墙
2、怀疑安装IIS问题,已经重新安装
3、TELNET 127.0.0.1 80 有响应
4、直接访问HTML OK
5、将ASP改名HTML解析也OK。
去掉 HTTP错误友好显示,发现:
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
在WINDOWS事件查看器中纪录为:
系统 警告 W3SVC
服务器无法加载应用程序 \’/LM/W3SVC/1/Root\’。错误是 \’没有注册类别\’。
服务器无法加载应用程序 \’/LM/W3SVC/1/Root\’
网上资料:
因为XP SP2 更新了ASP.NET, 如果是这样, 打开"控制面板"–>"管理工具"–>"IIS 信息管理器"–>"Web 服务扩展" –> 右边"Active Server Pages" 改为允许 –> ASP.NET 也改为允许~~
但是:找不到啊。iis信息管理器–找不到–Web 服务扩展
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
这个错误修复不了的~~特别是 GHSOT出的 XP SP2~或是安装出的集成SP2 XP ~~XP装IIS升SP2则没问题~~ 我很早就说过这个问题的~~你自己考虑可以装了NETBOX用 ~~我懒的重做系统 就装的NETBOX 调试网页也是够用的~
对与IWAM密码的同步问题,我试过,发现好象只有在windows2003Server平台下才有效 建议:
IIS管理器的对应网站中的“属性”中的,“应用程序”中的“配置”选项卡里,有个“选项”,把中间的“启用父路径”选上,如有跳过到下一步。
查看网站的虚拟目录的权限,
基本的就是这样~我每次遇到http500Error都是这样解决,
在2000环境下,我也碰到过IIS5.0不稳定导致http500error的错误,重启服务器可以解决。
As a last resort, you can re-create the IIS packages. To do this, follow these steps:
Browse to Component Services and delete the following packages:NOTE: To delete the packages, you must first open the properties of the package, click the Advanced tab, and then click to clear the Disable Deletion check box.
IIS In-Process Applications
IIS Out-of-Process Pooled Applications
IIS Utilities
Open a command prompt, and then use the following command to switch directories:
cd %windir%\\system32\\inetsrv
Run the following commands:
rundll32 wamreg.dll, CreateIISPackage
NOTE: "CreateIISPackage" must be typed exactly; it is case-sensitive.
regsvr32 asptxn.dll
Close and reopen Component Services. You should see all three IIS COM+ applications that have been recreated.
Run IISRESET from a command line and test any ASP page that previously did not load correctly.
原创文章,转载请注明: 转载自YippeeSoft开心软件
本文链接地址: 1216 WINXP SP2 IIS ASP 500 错误 1
历史博文
- 该死 GODADDY - 2009
- 20080324 X509Certificate cer ICSharpCode - 2008
- 20070718 vs2003 安装 SETUP INSTALL 25003 error - 2007
- 0706 VB ACTIVEX DLL DEMO - 2006
评论