Subject says it all.
Running Windows 7, VS 2010 Beta 2
When I try to run my website at port 80 I get that error. It works fine on another port, like 81.
If I run VS2010 NOT as admin I get a different error.
Failed to start ASP.NET Development Server on Port:80
Error:An attempt was made to access a socket in a way forbidden by its access permissions
Netstat shows that the system is using port 80.
Proto Local Address Foreign Address State PID
TCP 127.0.0.1:80 IANSUL1:0 LISTENING 4
> ps -id 4
Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName
------- ------ ----- ----- ----- ------ -- -----------
645 0 108 180 3 4 System
TIA
-Ian