So I have an old project that my client has which is .NET 1.1 and cannot be upgraded to even .NET 2.0 as bare minimum.
So I am using a VM environment with WS2008R2 + all updates and have VS .NET 2003 installed and IIS 7.5
I managed to get it to talk to IIS 7.5 and setting the apppool to run 32 bit apps. I can now create web projects - great!
But when I run within VS.NET 2003, I ALWAYS get this error and not sure where to go from here:
--------------------------- Microsoft Development Environment ---------------------------
Error while trying to run project: Unable to start debugging on the web server. There is no managed code running in the process. In order to attach to a process with the .NET debugger, managed code must be running in the process before attaching.
Click Help for more information. --------------------------- OK Help ---------------------------
of course, if I open up IE and browse to the website - it runs fine but I NEED it to run within VS.NET 2003 so I can debug....
any thoughts?