Search This Blog

Friday, May 28, 2021

How to run ASP.Net core MVC solution locally without deploying to Service Fabric Cluster

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