If you are working on ASP.net web application which is hosted in a Service Fabric Cluster, you might have come across the pain in debugging these application. Luckily there is an alternative to avoid the hassle in setting up service fabric development environment in the local machine. Below changes to your code in Program.cs file will help you debug your ASP.Net web application locally.
Program.cs file in ASP.net web application
No comments:
Post a Comment