ASP.NET and Debugging

  • Thread starter Thread starter LarryH
  • Start date Start date
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.
 
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
 
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
 
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
 
Back
Top