vs.net 无法进行页面调试,无法打开页面。

事件类型: 错误
事件来源: ASP.NET 1.0.3705.0
事件种类: 无
事件 ID: 1007
日期:  2004-4-20
事件:  14:19:53
用户:  N/A
计算机: YFDB
描述:
未能启动 aspnet_wp.exe,原因是配置文件的 processModel 节中提供的用户名和/或密码无效。

解决方法:修改:C:\WINNT\Microsoft.NET\Framework\v1.0.3705\CONFIG          目录下的    machine.config     文件

<processModel enable="true" timeout="Infinite" idleTimeout="Infinite" shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60" webGarden="false" cpuMask="0xffffffff" userName="System" password="AutoGenerate" logLevel="Errors" clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate" responseRestartDeadlockInterval="00:09:00" responseDeadlockInterval="00:03:00" maxWorkerThreads="25" maxIoThreads="25"/>

posted on 2005-05-25 23:25  Blackie  阅读(1099)  评论(0)    收藏  举报

导航