+ -
当前位置:首页 → 问答吧 → IIS网站配置

IIS网站配置

时间:2011-05-24

来源:互联网

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Could not create Windows user token from the credentials specified in the config file. Error from the operating system '登录失败: 未知的用户名或错误密码。
'

Source Error: 


Line 129:
Line 130:
Line 131: <identity impersonate="true" userName="admin" password="admin"></identity>
Line 132:<pages validateRequest="false"/>
Line 133: </system.web>
 
这个怎么解决

作者: nofuck   发布时间: 2011-05-24

应该是IIS设置时的权限问题
在其属性中 改成匿名访问或者集成身份验证
试试

作者: bjtbjt   发布时间: 2011-05-24