I have just started a asp project using .net 2.0, visual studio 2005,
and iis 5.1. When I try to run the project from VS using F5 (run with
debugging) I get the following error...

"Unable to start debugging on the web server. Unable to connect to the
web server. Verify that the web server is running and that incoming
HTTP requests are not blocked by a firewall"

I can't seem to sort this out. The server is running and I can view the
web page if I load it in a browser from iis. This is the first asp
project I have created on my machine so am wondering if its some
setting in IIS.

If I try to run it using ctrl F5 (no debugging) I can run the page and
it asks me to log in (I haven't sorted out user accounts to run on
yet).

Any ideas?