Note:An error occurred while executing the current Web request. Check the stack trace information to learn about this error andCodeDetailed information about the cause of the error.
Exception details:System. unauthorizedaccessexception: access to the path "C: \ Inetpub \ wwwroot \ yuanxiaofenlei.html" 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 an applicationProgramNo base process ID used for simulation (usually {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.
"/" Indicates a server error in the application.
Access to the path "C: \ Inetpub \ wwwroot \ yuanxiaofenlei.html" is denied.
After an afternoon, the solution is to assign permissions to the Asp.net work user in the program folder.