VS 2005 debugging ASP.NET 2.0 does not break

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Using VS 2005 Pro on Windows Server 2003 Standard, I can't get the
environment to break on breakpoints.

web.config has the following setting:

<compilation debug="true" strict="false" explicit="true"/>

which is all I thought was necessary to debug.

I create a page load in Default.aspx, set a breakpoint on the first
statement and choose "Debug - Start Debugging".

The browser pops up and loads the page and never hits the breakpoint. I've
tried to break on many statements I know are executing successully. No
errors, no notifications, just no breaking.

Any help or suggestions are much appreciated.

Thanks,

James


.



Relevant Pages

  • Re: help needed with asp.net pages
    ... That will *no way* affect redirection of page. ... For the page load, I have done that trick to find where is page load going. ... Only addition now I have is that that breakpoint becomes yellow ring with pointing that this code will not reach. ... I have searched every single code file to make sure there is no line that might be redirecting or directing that page to default page. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: EIF: How to debug custom event sink?
    ... You should be able to put a breakpoint in the event sink code - as long as ... try right clicking and getting it to load the *.pdb ... Use of included script samples are subject to the terms specified at ...
    (microsoft.public.vsnet.enterprise.tools)
  • Re: Data availability when a from loads
    ... I am working with a .adp project using SQL Server and Access 2003. ... What I want to do is have a form load and, ... > Dim lngLocationID As Long ... > breakpoint on any line in the code. ...
    (microsoft.public.access.formscoding)
  • Code runs with breakpoint, but without bPoint gives StackOverflowE
    ... On load it runs an initialization routine on an ... If I put a breakpoint at that line (Call FillCameras) the code ... and it fires as expected. ...
    (microsoft.public.dotnet.framework)
  • Stop only one thread when debugging with visual studio.net
    ... I am trying to debug one thread of a multi-threaded application. ... problem is that when I pause the environment on a breakpoint all ...
    (microsoft.public.dotnet.general)