iis只可以运行html就是运行不了asp提示这个东西
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.就是这个错误
解决的办法:用以下方法可以解决,方便快捷,浅显易懂^_^“开始”“设置”-“控制面板”-“管理工具”-“组件服务”中,“控制台根目录”-“组件服务”-“计算机”-“我的电脑”-“COM+应用程序”中,有一个“IIS Out-Of-Process Pooled”鼠标右键“属性”--“标识”--把“此用户”调整为“交互式用户--目前已登录的用户”。然后“确定”,再鼠标右键“属性”--“启动”。
前提是一,系统是XP,其它系统不敢包.二,没有做过其它设置.
打开“管理工具”->“组件服务”->“计算机”->“我的电脑”->“COM+应用程序”,(看A) 然后在右边框中,右击“IIS Out-Of-Process Pooled Applications”,(看B)选择属性,点“标识”选项卡,选择“系统帐户”,然后确定,在“服务”(不是刚才那个,打开管理工具-服务)中重启IIS即可。