I've recently installed Windows Vista Beta 2 with IIS 7 and Visual Studio 2005.
When I've tried to debug a web application it started the debug, launched an IE with the application (in the Visual Studio virtual server) but then it stopped the debug in Visual Studio.
I've only been able to debug manually attaching to the WebDev.WebServer process.
If I set the application to use a custom server using IIS 7 and then try to start debug, I got the following exception: “Unable to start debugging on the web server. The server committed a protocol violation. Section=ResponseStatusLine”
Also, if I try to access the application directly via IE, it always give me a 404 unless I delete the first line of the web.config. (<?xml version="1.0"?>)
Regards
Eduardo Poças