Description
While deploying the solution you receive the following error:
"Access is denied.(Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
Applies To
Composer 11.x
Solution
Winshuttle Workflow requires that the Anonymous impersonation is disabled within the web.config file for each of the Web Applications hosting our Winshuttle applications.
If you are using Sharepoint 2013, browse to the path: C:\inetpub\wwwroot\wss\VirtualDirectories\<WebApp>\web.config
- Open the web.config file with any text editor.
- Locate the AllowAnonymousImpersonation key and set it to false as shown:<add key="aspnet:AllowAnonymousImpersonation" value="false" />
- Perform this step on all Web Front Ends.
Comments
0 comments
Please sign in to leave a comment.