I try to launch the just created ASP.NET website using C #, but when I do this, it starts FireFox and tries to connect to http: // localhost: 1295 / WebSite1 / Default.aspx (for example), but after about For 10-15 seconds, the message "Connection Interrupted - the connection to the server was reset while the page was loading" is displayed. Error.
This issue also occurs with old ASP.NET C # / web services that I built in the past, nothing happens on the ASP.NET development server.
I use: Windows XP Pro SP2, Visual Studio 2008
For reference, I also have SQL Server 2005 Developer Edition installed.
I tried:
- View it using IE instead of Mozilla
- Trying 2.0 framework instead of 3.5
- Reinstall Visual Studio 2008
This problem seems so trivial that I think about it, but I have not yet been able to handle it! Appreciate any help on this.
source share