VS 2008 SP1安装后WebDev.WebServer.EXE崩溃
时间:2020-03-05 18:49:36 来源:igfitidea点击:
由于各种原因,我无法在正在开发的ASP.NET网站上使用IIS,因此我从命令行运行Cassini来测试该网站。但是,安装Visual Studio 2008 SP1后,当我尝试启动Web服务器时,出现System.Net.Sockets.SocketException。还有其他人遇到这个问题吗?如果是这样,我们如何解决呢?
解决方案
回答
- 事件日志的"应用程序"部分中是否有任何内容?
- 我们是否尝试过使用其他端口?
- 在此线程中,尝试:
Unbind from Visual Source safe, delete the web project from the solution, rename the folder where the website is stored and then re add to the solution as an existing web site and then bind to source safe again.
.suo或者.sln文件中可能包含一些不正确的信息。我们可以安全地重命名前者,因为它是特定于用户的(解决方案用户选项);后者(解决方案本身)将需要重新创建一些麻烦。