D
DazedAndConfused
Is there something special you have to do to get the interactive debugger to
work on code behind?
work on code behind?
DazedAndConfused said:I set break points, even on the page_load event, yet the web form displays
and no break point comes up on the code behind file. I know it has to
execute the code inorder to render the page.
IIS is on the same machine (local).
Help talks about changing registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
@="Catalog Class"
"DllSurrogate"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
@="Catalog Class"
"AppID"="{6EB22881-8A19-11D0-81B6-00A0C9231C29}"
Does this have to be done for ASP .NET if I am running VS .NET on the same
machine??
I don't get whats going on, help!!
Rakesh Rajan said:Nope...just put breakpoints and Run (F5)
Are you facing any issues?
--
HTH,
Rakesh Rajan
MVP, MCSD
http://www.msmvps.com/rakeshrajan/
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.