Found a small problem with VS.NET 2003 this morning that I thought I would share. If you are debugging an ASP.NET app and you set the start mode to URL, provide the url, and attempt to launch the app in debug mode, you get the typical 'Cannot start debugging....' error. The fix is that after you set the url, you must set the default page again. How weird. I don't know if it qualifies as a bug but it definitely doesn't qualify as a feature. Maybe just a quirk.