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.