简体   繁体   English

发布网站与网络应用

[英]Publish web site vs web app

I installed vs 2013 in my laptop with azure SDK. 我在装有azure SDK的笔记本电脑中安装了vs 2013。 I want to publish my site in window azure . 我想以天蓝色的窗口发布我的网站。 Its my website not web application. 它是我的网站而不是Web应用程序。 When I right click to publish my site I am surprise there is not any option to Publish Web Site .Instead of this I find publish web app. 当我右键单击以发布我的网站时,我很惊讶没有发布网站的选项。我发现发布了Web应用程序。 In my desk top it work fine and able to Publish web site.May I missing to install some thing in my laptop? 在我的桌面上,它可以正常工作并且可以发布网站。我可能会想在笔记本电脑上安装一些东西吗?

Any help would be much appreciated . 任何帮助将非常感激 。 Thanks. 谢谢。

With a website, there's no need to publish, you just copy the files to the server and the server will take care of the build steps. 使用网站,无需发布,只需将文件复制到服务器,服务器将负责构建步骤。 Which is why Visual Studio will give you a Copy Website Option instead of a Publish option. 这就是为什么Visual Studio将为您提供“复制网站”选项而不是“发布”选项的原因。

If you don't like it, you can switch it to a web application, which seems to be what most people use. 如果您不喜欢它,可以将其切换到Web应用程序,这似乎是大多数人使用的。

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

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