Hi,
I am working on an application built using ASP.NET 1.1 but that invokes services built in ASP.NET 2.0.
Attempts to debug my code by setting a breakpoint and attaching the w3wp.exe process fail because IIS is running under ASP.NET 2.0.
If I select ASP.NET 1.1 as the version in IIS then debugging works, but the calls to the 2.0 services (which are everywhere) causes the page to crash.
Does anyone have a solution/workaround to this problem?