Error---Access is denied

本文详细介绍了在使用MVC框架进行Web应用开发时遇到的服务器访问权限错误,包括错误详情、解决方案及最终修复步骤,旨在帮助开发者快速定位并解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 today,i'am trying to building Myfirst MVC demo on my little PC,luckly the errors were flying to me , but i'am not beat up myself up about it .i'am try to told myself ,A ha ,that's mean : i gona gown up more quiekly! Haha!so,i was so happy to met all the error what i never met 。

  Error #1:

   Server Error in '/' Application.

Access is denied.

Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.

Error message 401.2.: Unauthorized: Logon failed due to server configuration.  Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server.  Contact the Web server's administrator for additional assistance.


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34274

   Solution:

   the answer if came from the URL:http://stackoverflow.com/questions/20683522/an-error-occurred-while-accessing-the-resources-required-to-serve-this-request

I would suggest you to first allow all users in WebConfig

<system.web>
    <authorization>    
        <allow users="*" />
    </authorization>    
</system.web>

    Final Solution:

      Find the Web.config in your Program. which located in the foundation (he last file)


 Result:



   

 

评论 21
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值