debug aspx pages
have a C# 2010 web form application that I would like to step though the code. I can put breakpoints in the *.aspx.cs files but I can not put breakpoints in the .aspx files. Thus is there any way that I can debug the .aspx pages? If so, can you tell me how to debug the *.aspx pages directly?
Sie StePosted Jul 4, 2012, 8:29 PM
Norberto FlogarPosted Jul 3, 2012, 1:58 AM
If you are having any script defined on the aspx page you can place a Debugger; command inside a script which allows you to debug.
If you need it for a Layout we don't have that option.
Thanks
Wall Stickers