挑战极限
我最近想学.NET编程,安装了Windows 2000 Server(没有打SP补丁 5.00.2195)
Microsoft.NET Framework SDK 正式版、
Internet Explorer 6.0、
Microsoft Data Access Component 2.7
IIS 5.0
并且安装了附带的QuickStart Tutorial
但是在访问localhost/Quickstart/Default.aspx时有下列出错信息,不知
何做,请先行者指点:
注:我搜索了以前的贴子,都不能解决我的问题。
http://localhost/quickstart/default.aspx页面出错信息
----------------------------------------------------
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the system event log of the web server. Please review this log entry to discover what caused this error to occur.
事件查看器出错信息
---------------------------------------------------------
事件类型: 错误
事件来源: ASP.NET 1.0.3705.0
事件种类: 无
事件 ID: 1082
日期: 2002-4-5
事件: 13:37:36
用户: N/A
计算机: WIN2K
描述:
aspnet_wp.exe could not be started. HRESULT for the failure: 800700CB
-------------------------------------------------------------
事件类型: 错误
事件来源: ASP.NET 1.0.3705.0
事件种类: 无
事件 ID: 1007
日期: 2002-4-5
事件: 13:37:36
用户: N/A
计算机: WIN2K
描述:
aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.
问题点数:50、回复次数:4Top
1 楼htjuw(七月)回复于 2002-04-05 16:32:35 得分 50
我没有在server中装过vs.net,以下是我的几点建议:
1、打上补丁sp2
2、最后一句提示说:“由于在配置文件的processModel块中提供的用户名或口令无效导致aspnet_wp.exe无法启动”,你可以看看在你的machine.config文件中<section name="processModel"后面的内容,修改成符合你实际环境的参数,machine.config在C:\WINNT\Microsoft.NET\Framework\v1.0.3705\CONFIG目录中Top
2 楼virtualmfc(scale)回复于 2002-04-05 17:00:56 得分 0
我看过machine.config,而且根据上面的说明已将user改为System,但还是不行。Top
3 楼streamflow()回复于 2002-04-05 18:14:43 得分 0
After you install, you should open the page in samples directory and install samples for IIS. :-)Top
4 楼virtualmfc(scale)回复于 2002-04-06 09:41:54 得分 0
如果没有安装,能有上面的出错信息吗?
肯定Step1--Step2都正常执行了,还不简单吗,点击相应的超级链接就行了。Top




