I have an old production application that built on asp.net/VS 2003 using .net1.1. However my system has VS 2005 installed and If I try to open the old application in VS 2005 its asking me to migrate before even using.
My manager doesn't want to migrate. So they installed VS 2003 on my pc. But now If I try to open the old application using VS 2003 its saying the error message(mentioned earlier). Also I tried creating a new application using VS 2003 but still the same err msg.
Visual Studio 2005 uses .Net Framework 2...whereas Visual Studio 2003 uses .Net Framework 1.1.
It could possibly be a conflict as Plater was saying..
But since you've used the aspnet_regiis -i for the version 1.1 ...the web server should be running it.
I still think that your web server is set up incorrectly. You're going to have to find a way to open the Internet Information Services tool and make sure that your server set up to serve ASP.NET Framework 1.1 applications.....but more importantly you need to check that the server is working properly.
Sometimes you can have a particular version of the .NET Framework installed (say 1.1) and the web server will be set to use the most current version of the .NET Framework (2.0)...despite you using the aspnet_regiis tool...this really causes problems.
You said that you have other applications hosted there.
Are you able to connect and run these applications?