I have two old asp-based virtual webs and I have to from time to time make some fixes or updates here.
Until now, I used to debug these webs locally. Now I moved these wb sites to another physical computer. I run these sites under several application pools. Web sites and associated pools run under account from active directory.
I want to debug asp scripts on this computer remotely and I have "Visual Studio 2005 remote debugger" installed on remote computer runnig under account with administrative privilegues.
When I choose Debug-Attach to Process in Visual Studio 2005, choose remote computer as a Qualifier and Click on refresh button, remote process list appear. But when I click on "Select..." button, script as Type Code is not listed here.
Why?
Thank you for any valuable answer.