So, I have my asp.NET project (that works fine) pushed into the Bitbucket.
I cloned the project on another machine just tried to run the existing code, but the project failed to load on the web browser.
The error is-
Can't connect to Localhost/connection refused
I tried
- Modifying the port number under the Web tab under the option project properties
- Tested on different browsers - IE, Edge, Chrome, and Firefox
Note: the debugger terminates abruptly on VS
The issue still persists. I am sure that I am missing something here. But I have no clue about it. Please let me know if you have faced such an issue in the past/ a way to solve this issue. Thanks.