-March 2010+
SMTWTFS
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

  • RSS
  • Add To My MSN
  • Add To Windows Live
  • Add To My Yahoo
  • Add To Google

Statistics

  • Entries (1)
  • Comments (0)

Categories

Skype VS Visual Studio - A fight for port 80 and 443 

Sunday, January 31, 2010 6:08:09 PM

I just started using Skype afew weeks ago.  Very Cool!

Then...  In Visual Studio 2008 I was trying to run an ASP.NET app in debug mode using IIS.
After a successful compile I got this error message.
Unable to start debugging on the web server. The server committed a protocol violation. Section=ResponseStatusLine.

What does that mean?

Well it means I had Skype running and it was using port 80 and 443.  I needed to change the default skype settings.
Open Skype and under Tools/Options/Advanced/Communications uncheck (Use port 80 and 443 as alternatives for incoming connections).

Hope this saves someone some time.