Here’s what I’m doing – I have a wildcard map set on my IIS 6 server to allow me to do “/” path mapping through my ASP.NET HttpHandler – problem is that VS.NET can no longer open the web project at that address…anyone any idea why?
UPDATE:  Looks like it has to do with Front Page Server Extension stuff...sooner that goes away the better (roll on VS.NET 2005!). Anyway, to get around this I used the instructions here which basically tell you how to avoid the nasty FPSE stuff and run Web Projects like a normal class library (which also makes them load faster as a nice side effect!)