Visual Studio 2003 and Visual Studio Beta1 on the same machine – Auto-Attach error
I have installed visual studio Beta1 and found some issues when developing in the VS2003 IDE. Specifically when trying to debug or compile. The exact error looks like : “Auto-attach to process ‘aspnet_wp.exe’ on machine failed” After some googling I was able to find my issue. The main problem is that the app I am deleloping was using IIS and the …