Moved over to Win8 to do Metro development, but need to support some Classic ASP code.
On windows 7/IIS6 could debug the Classic ASP code with VS2008/2010, no problems.
First time trying it on Win8/IIS8 and having no luck get this started.
In Win7/IIS6, start VS2010, Attached debugging to w3wp.exe (running VS2010 in administrator mode), debugger is attached and can see the Classic ASP code.
In Win8/IIS8, start VS2010, Attached debugging to w3wp.exe (running VS2010 in administrator mode), debugger is attached and I cannot see the Classic ASP code.
Other observation is under Win7, the w3wp.exe type is Script/Managed(v2...), x64
under Win8 the w3wp.exe type is x86.
Can anyone help?