
System.IO._Error.WinIOError(Int32 errorCode, String maybeFullPath) +7716339 Information regarding the origin and location of the exception can be identified using the exception stack trace below. Highlight the ASP.NET account, and check the boxes for the desired access.Īn unhandled exception was generated during the execution of the current web request. Click "Add" to add the appropriate user or group. To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. If the application is impersonating via, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. ASP.NET has a base process identity (typically \ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. Consider granting access rights to the resource to the ASP.NET request identity.

Please review the stack trace for more information about the error and where it originated in the code.Įxception Details: System.UnauthorizedAccessException: Access to the path 'E:\InetPub\vhosts\\httpdocs\Service\App_Data' is denied.ĪSP.NET is not authorized to access the requested resource. Server Error in '/LicenseService' Application.Īccess to the path 'E:\InetPub\vhosts\\httpdocs\Service\App_Data' is denied.ĭescription: An unhandled exception occurred during the execution of the current web request. D:\InetPub\vhosts\\httpdocs\LicService\App_Data
