Location inheritInChildApplications kill debugger?
- by chobo2
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.