Issue
I want to publish an angular application in a subfolder. In the main folder, an Asp.Net Mvc web application is running. But I get error.
In the attachments, you can access Web config structure, Error and folder structure.
Solution
I solved to add following to web.config.
<system.webServer>
<modules>
<remove name="ApplicationInsightsWebTracking" />
</modules>
</system.webServer>
Answered By - salfenm Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.