localhost taking extremely long to load
Hello, I'm a complete beginner at C# and ASP.NET, I've started a bare-bones project in Visual Studio 2022. When I try to run the app, localhost:7175 takes very long to load and eventually just shows a blank white page.
I looked up this problem and most people on stackexchange say to "change 'localhost' to '127.0.0.1' in database connection parameters" but I'm not sure where to find these - the only relevant thing I see is the launchSettings.json file.
Any help would be much appreciated
I looked up this problem and most people on stackexchange say to "change 'localhost' to '127.0.0.1' in database connection parameters" but I'm not sure where to find these - the only relevant thing I see is the launchSettings.json file.
Any help would be much appreciated
