简体   繁体   English

将要发布的本地网站的 IIS 配置

[英]IIS configuration for local website that will be published

A local website will be developed on a local machine in Visual Studio and then deployed to IIS express on a remote server.本地网站将在 Visual Studio 的本地机器上开发,然后部署到远程服务器上的 IIS express。 Is it worth adding the website to the local machine's IIS express for development purposes, or is Visual Studio sufficient to handle the development and publishing to the remote IIS Server?是否值得将网站添加到本地机器的 IIS express 用于开发目的,或者 Visual Studio 是否足以处理开发和发布到远程 IIS 服务器?

Visual studio have comes with an own limited set of IIS express for development purpose. Visual Studio 附带了一套自己有限的IIS express用于开发目的。 You don't need to deploy your website to IIS on local machine.您不需要将您的网站部署到本地机器上的 IIS。 Also IIS express has all the ability required for developing and debugging an application此外,IIS express 具有开发和调试应用程序所需的所有能力

You can also find out the difference between the two on microsoft docs您还可以在 microsoft docs上找到两者之间的区别

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM