我正在尝试在MVC项目中使用Web套接字但无法使其运行。我已按照http://blogs.msdn.com/b/youssefm/archive/2012/07/17/building-real-time-web-apps-with-asp-net-webapi-and-websockets.aspx中提到的步骤进行操作。
我正在使用iis express(随视觉工作室一起提供)并在安装IIS express时启用了webscokets协议支持。但是网址<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/">
<title>title</title>
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<meta name="DC.subject" content="subject1, subject2" />
<meta name="DC.title" content="title" />
<meta name="DC.description" content="description" />
</head>
<body>
</body>
</html>
仍然无法访问