读书人

IIS网站配置解决方法

发布时间: 2012-03-24 14:00:46 作者: rapoo

IIS网站配置
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>

这个怎么解决

[解决办法]
应该是IIS设置时的权限问题
在其属性中 改成匿名访问或者集成身份验证
试试
[解决办法]
楼主这是什么验证?

读书人网 >IIS

热点推荐