Ask a Question related to ASP.NET General, Design and Development.
-
Tommy #1
Re: Break Points being ingored.
1. In your Web.Config, make sure the debug attribute is set to "true"
<compilation
defaultLanguage="c#"
debug="true"
/>
2. Right-click on the project and select "Properties"
In the dialog, click on "Configuration Properties" -> "Debugging"
Make sure "Enable ASP.NET debugging" is checked or set to true.
Tommy,
"Me" <Me@Me.net> wrote in message news:<011e01c35c4b$aa791370$a601280a@phx.gbl>...> I give up. I don't understand why my breakpoints are no
> longer working. Under the "Build", "Configuration
> Manager" menu item the solution is set to "Build", the
> break points are not disabled, and they don't have the "?"
> icon. Everything appears to be setup correctly, but the
> breakpoints don't work.
>
> I must be missing something easy... pleas help.Tommy Guest
-
<br /> break a XML parsing
Hello, I make a XML connector component parse a XML document. In a node, there is a "<br />" (return to line in HTML) EXEMLE : <book> <page>... -
give me a break
:| get rid of this flash software now!! i want it off my computer! stop hiding anti pirating software in my registry! give me the necessary tools to... -
Update then BREAK.
A couple days ago I got prompted to update so I did so, after that moment on everything in flash quit playing, I do not get an error of any kind,... -
Break apart fonts
I found out that I needed to break apart fonts to make sure that everyone got to see the same type - but do I also need to break apart fonts that... -
Server-Side Break Points
Hi, I try to debug ASP aplication. I use Visual InterDev 6.0 and Windows server 2003, but Visual InterDev Debugger Skips Server-Side Break...



Reply With Quote

