views:

1153

answers:

1

Since, for various reasons, I can't use IIS for an ASP.NET website I'm developing, I run Cassini from the command line to test the site. However, after installing Visual Studio 2008 SP1, I get a System.Net.Sockets.SocketException when I try to start up the web server. Is anyone else having this problem, and if so, how did you fix it?

+3  A: 
Sören Kuklau
Using a different port worked for me. (3000 = good, 4242 = no good) Which is good, because unbinding really wasn't an option. The event log messages were very cryptic and not helpful at all. Hex codes and such.
Brian Sullivan
I had the same problem. Deleting the .sou was my fix. Thanks!
palehorse