Location inheritInChildApplications kill debugger?
Posted
by chobo2
on Stack Overflow
See other posts from Stack Overflow
or by chobo2
Published on 2010-01-13T03:35:13Z
Indexed on
2010/04/06
23:33 UTC
Read the original article
Hit count: 155
Hi
I am wondering is this normal when you add this into your web.config
<location path="." inheritInChildApplications="false"> </location>
The debugger should stop working. Like when I add this to my site and try to run in debug mode it won't activate any of my debug points nor will it lock up Visual studios 2008. I can have it running and still make edits to my C# code.
I take the line away and I get the debug mode back and it locks up VS2008.
© Stack Overflow or respective owner