ASP.NET and Debugging

L

LarryH

Whenever I try to debug a Web App I get a error message that states that it
cannot debug because ASP.NET or ATL isn't installed/configured properly.
I ran "aspnet_regiis.exe -i" in the framework directory but this did not
help. I can run the App if I start it in VS.NET without debugging, and
everything works OK but I still want to be able to use debug with Web Apps.
How can I correct this problem. Thanks in advance for your reply.
 
J

John Soulis [MSFT]

Hello Larry,
You may have installed "IIS Lockdown" tool. If so, Please find
"urlscan.ini" file, and add "DEBUG"(case sensitive) into "[allowverbs]"
section in "urlscan.ini" file.
I hope this helps.

Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
L

LarryH

Hi John,
I do have the "lockdown" tools installed. I did as you suggested but I am
still getting the same error message.. Maybe I will just uninstall it.
Thanks

Larry

John Soulis said:
Hello Larry,
You may have installed "IIS Lockdown" tool. If so, Please find
"urlscan.ini" file, and add "DEBUG"(case sensitive) into "[allowverbs]"
section in "urlscan.ini" file.
I hope this helps.

Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
L

LarryH

Thanks John

I just wanted to let you know that your suggestion DID work after I
rebooted. I should have done this before sending the other reply. Thanks
Again

--
Larry

John Soulis said:
Hello Larry,
You may have installed "IIS Lockdown" tool. If so, Please find
"urlscan.ini" file, and add "DEBUG"(case sensitive) into "[allowverbs]"
section in "urlscan.ini" file.
I hope this helps.

Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top