C#C
C#2mo ago
12 replies
Bubba

Set up a dev environment on an old ASP .NET app / Issue with hot reload / debugging

Hey, I'm working on a classic ASP.NET Application with Visual studio that is +10 years old, and I'm having a hard time setting up my environment. There is a web application and API, and for some reasons requests to the api are being aborted when being called from the web app. I'm using the default setup with IIS Express on Visual Studio, should I move to IIS (it's being used in production) or am I getting something wrong?

I have disabled Script Debugging and it works in production, so I'm pretty sure it has something to do with how I configured Visual Studio / run the applications.

Thanks!
Was this page helpful?