Solved: How do I fix ASP.net Core Development Mode error occurred while processing your request
Question/Problem Description In ASP.net Core the following code inserts bookmarks into a Word document using Syncfusion and then exports the Word doc in the browser. This works well when the project is debugged but does not work after the project is published on Azure. The error below is shown on the web page: Error. An …