Solve the Problem of iis asp. NET Website deployment: ASP. NET is not authorized to access the requested resources. Please consider granting ASP.

Source: Internet
Author: User

Note: An unhandled exception occurs during the execution of the current Web request. Check the stack trace information for details about the error and the source of the error in the code.

Exception details: System. UnauthorizedAccessException: Access to path "C: \ Inetpub \ WARMTERP \ ConfigFiles \ ButtonBar \ erp $ Main_Top $ ButtonBar1.xml" is denied.

ASP. NET is not authorized to access the requested resources. Consider granting the ASP. NET Request identity the permission to access this resource. ASP. NET has a base process ID used when the application is not simulated (typically, {MACHINE} \ ASPNET on IIS 5 and Network Service on IIS 6 ). If the application is simulating through <identity impersonate = "true"/>, the identity will be an anonymous user (usually IUSR_MACHINENAME) or an authenticated user.

To grant ASP. NET access permissions to a file, right-click the file in resource manager, select "properties", and select the "Security" tab. Click Add to add an appropriate user or group. Highlight the ASP. NET account and select the corresponding access permission box.

Source error:

An unhandled exception is generated during the execution of the current Web request. You can use the following exception stack trace information to determine the cause and location of the exception.

Stack trace:


[UnauthorizedAccessException: Access to path "C: \ Inetpub \ WARMTERP \ ConfigFiles \ ButtonBar \ erp $ Main_Top $ ButtonBar1.xml" is denied.]
WebrerButton. XmlControl. Save () in C: \ Users \ jiangpei \ Desktop \ ERP System \ WeberERP \ Demo \ WeberERP \ source code \ WebrerButton \ XmlControl. cs: 98
WebrerButton. ButtonBar. CreateButtonConfig () in C: \ Users \ jiangpei \ Desktop \ ERP System \ WeberERP \ Demo \ WeberERP \ source code \ WebrerButton \ ButtonBar. cs: 276
WebrerButton. ButtonBar. OnInit (EventArgs e) in C: \ Users \ jiangpei \ Desktop \ ERP System \ WeberERP \ Demo \ WeberERP \ source code \ WebrerButton \ ButtonBar. cs: 209
System. Web. UI. Control. InitRecursive (Control namingContainer) + 321
System. Web. UI. Control. InitRecursive (Control namingContainer) + 198
System. Web. UI. Control. InitRecursive (Control namingContainer) + 198
System. Web. UI. Page. ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) + 692

 


--------------------------------------------------------------------------------
Version: Microsoft. NET Framework Version: 2.0.50727.1891; ASP. NET version: 2.0.50727.1879


=> Solution:
You should have no permission to access the directory.

First, modify the folder attributes:

Resource Manager-> tool-> folder option-> display-> remove the option of simple file sharing (hook by default), right-click the property, the "security" tab appears.

Choose upload folder> right-click and choose security> Add the read and write permissions of the everyone user.


From Hurry's column

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.