如何更改 ASP.NET 网站以使用 Cassini 服务器?
我正在开发一个 ASP.NET 网站,由于某种原因,该网站不使用 Visual Studio“Cassini”迷你服务器,但要求安装和设置 IIS。它以“http://localhost”运行。
我想更改此设置,但找不到有关如何更改它的信息。某处有房产吗?我查看了项目的属性页,但它只显示了服务器的两个选项:默认服务器和自定义服务器。默认服务器已选择,自定义服务器呈灰色。
我注意到我的其他网站项目(确实使用 Cassini)也选中了“默认服务器”,所以不是这样。
这是一个在 Visual Studio 2010 中运行的 .NET 3.5 项目,因此它并不是一个真正旧的项目。另外,它似乎没有项目文件。
我只是想知道是否有人知道这个功能最初是如何设置/取消设置的。
I am working on an ASP.NET web site that for some reason does not use the Visual Studio "Cassini" mini-server but requires that IIS be installed and set up. It runs as "http://localhost".
I would like to change this, but can't find information as to how to change it. Is there a property somewhere? I looked in the Property Pages of the project, but it just shows two options for server : Default Server and Custom Server. Default Server is selected and Custom Server is grayed out.
I notice that my other web site projects, that DO use Cassini, also have Default Server checked, so that's not it.
It's a .NET 3.5 project that runs in Visual Studio 2010, so it's not a really old project. Also, it doesn't seem to have a project file.
I am just wondering if anyone knows how this feature is originally set/unset.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Visual Studio 中,如果右键单击项目并查看“属性”,您应该会看到一个 Web 部分。在这里,您可以选择“使用 Visual Studio 开发服务器”选项。
另请注意,在这里您可以选择使用 IIS,或使用自定义 Web 服务器。
您看到这些选项了吗?如果没有,那么您可能有一个网站项目,而不是一个 Web 应用程序项目。
您的项目也可能构建到映射到 IIS 中的虚拟目录的目录中。在这种情况下,Visual Studio 将尝试使用 IIS - 请参阅 http://msdn。 microsoft.com/en-us/library/ckk1e6z4.aspx
In Visual Studio, if you right click your project, and look at Properties, you should see a Web section. In here, you can select the option "Use Visual Studio Development Server".
Also note that in here you can choose to use IIS, or use a Custom Web Server.
Are you seeing these options? If not then it's likely you have a Web Site project and not a Web Application project.
It's also possible that your project is being built to a directory that maps onto a Virtual Directory in IIS. In this instance, Visual Studio will attempt to use IIS - see http://msdn.microsoft.com/en-us/library/ckk1e6z4.aspx