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
9 Replies
Antivirus?
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
here's my program.cs file and the project file
i tried turning off mcafee realtime scanning + advanced protection and it didnt do anything
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
i have a ryzen 5900hs with 16gb ram, i dont think hardware is the issue
it was working fine a couple of days ago, I tried opening up the project solution in VS again another day and now the issue started
It tries to load for ~1 minute and then "gives up"
Do you have different machine available to you to run the code on it?
to make sure it is not a hardware issue
yeah let me try
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View