Solved

Server Error in '/PROJECTNAME' Application

Hi community,

When I would like to run my Bizagi application locally, I am getting the following Server Error in my browser.

[see attachment]. Anyone has any idea what setting is incorrect?

Server Error in '/-' Application.Access to the path 'C:\Bizagi\Projects\-\WebApplication\web.config' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path 'C:\Bizagi\Projects\-\WebApplication\web.config' is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in File Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

Comments (3)

photo
1

Dear Pascal,

Regarding this issue, please follow this article from our help site to verify each point: http://help.bizagi.com/bpmsuite/en/index.html?operating_env.htm

Regards

photo
1

Hi Juan,

All checked. Looks fine. Just created a new project with a basic process; worked perfect.

Please, share your expertKse for the next step.

Regards

photo
1

Dear Pascal,

That sounds good. You can clone your project in order to execute it correctly. Please follow this article: http://help.bizagi.com/bpmsuite/en/index.html?copy_or_reuse_bizagi_projects.htm

Regards