简体   繁体   中英

Access is denied in asp.net

when i login through any account and click on fiancne documents then it show me this error

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:2.0.50727.4984; ASP.NET 
      Version:2.0.50727.4971 

Sounds like your documents are in a protected folder that can't be served up to the user that you are using, or possibly to any users. Check the security on the folder where your finance documents are stored.

If you aren't on the development team, then I would suggest contacting your website administrator to have them co-ordinate to determine what the issue is.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM