Hi jeenajos,
From your description, I understand that you cannot open an existing ASP.NET web application by Visual Studio 2003. The error message is “Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1”.
For this scenario, I would like to know if you can create a web application. If you cannot create a web application and the IIS version is 6.0, please refer to the following link.
"The specified Web server is not running ASP.NET version 1.1" error message when you create an ASP.NET 1.1 application and you have both ASP.NET 1.1 and ASP.NET 1.0 installed
http://support.microsoft.com/kb/817267
If you just cannot open an existing web application, you may want to create a Get_aspx_ver.aspx in the default web site. You can find more information and source code from the following link:
PRB: "Not Running ASP.NET Version 1.1" Error Message When You Try to Open an ASP.NET Web Application Project in Visual Studio .NET 2003
http://support.microsoft.com/kb/825792/
For your reference, you may also want to take a look at the following link.
Creating and opening ASP.NET projects in Visual Studio .NET
http://support.microsoft.com/kb/893665/
Peraonally I will suggest you to check if the web site’s IP address is set to “All Unassigned” (right click the website in IIS manager, and then select “Properties”). I hope the above informaiton is helpful to you. If I have any misunderstanding, please let me know.