diab81 0 Newbie Poster

Hello everyone,

I recently installed VS 2005 and VS 2003 on my Win XP Pro (IIS 5.1).

Now, I have two applications, one was written using VS 2005 and the other was written using VS 2003.

The problem begins when I try to debug my VS 2003 app. The debugger cannot even initialize for some reason. If I change the ASP.NET version on the IIS for this application to ASP.NET 1.0, I get an error page: "Server unavailable".
So, I end up with configuring my VS 2003 application to work under ASP.NET 2.0 version and it runs just fine.

The other VS 2005 application, however, works just fine.

The order of my installations was:

1. VS 2005
2. IIS 5.1
3. VS 2003

This problem could be easily fixed on IIS 6.0 (Win 2003 server) by allocating each application a different application pool. But, is there a similar way of doing so on Win XP Pro (IIS 5.1)?

Any help would be mostly appreciated...

Thanks in Advance,
Elad