Visual Studio Script Debugging - Invalid Process 'Type' for inetinfo.exe

Fictrairl

New Member
I'm having an issue debugging a Classic ASP application from Visual Studio. When I attach to the inetinfo.exe process, I'm getting the message \[quote\] The breakpoint will not currently be hit. No symbols have been loaded for this document\[/quote\]I think I've isolated the issue as being an incorrect process type being given to inetinfo.exe.The following screenshot shows what i see when I select 'Debug -> Attach to Process' in Visual Studio 2010:
ezsGQ.png
The inetinfo.exe process "Type" is reported as \[quote\] T-SQL, Managed (v2.0.50727), x86\[/quote\]Whereas, I would expect it to be:\[quote\] T-SQL, Script, x86\[/quote\]I have script debugging turned on in IIS, and the application protection level is low. Incidentally, if I flip the application level to medium or high, I see the same on dllhost.exe.To reiterate, I am trying to debug a Classic ASP Script application, not a managed ASP.NET application.Is there any reason why (I assume) IIS is getting itself in a pickle?
 
Back
Top