I have a C# ASPNET application, with a SQL Server 2000 database. I am running the web application in Debug mode in Development Studio and I get the following error message in IE.
Internet Explorer cannot display the webpage
The application allows me to access to the login.aspx page, this is the first page that comes up when you start the application. However, when going to welcome.aspx page, the error occurs. Both the login.apsx and welcome.aspx are on the same directory.
Can you help?
Start Free Trial