1. In Visual Studio 2005 Standard, select BUILD then "Configuration Manager"

2. Uncheck all the "Build" boxes for all the Projects except for the project that begins with "http://" and click CLOSE

3. Select "Build" then "Build Solution"

4. Go back to the "Configuration Manager" and un-select the "Build" box for the project that begins with "http://" and click CLOSE

5. You should now be able to Debug quickly.

Another way (suggested by J7Mitch) :
1. Go to "Debug" then "Attach to Process"

2. You may see more than one "aspnet_wp.exe". Hover your mouse over each one and they will identify the asp.net version (after a second or so). Select the one that is "\v2.0..." and click "Attach"

3. Set your breakpoint in VS 2005 and then browse to your page in your web browser.