简体   繁体   English

我可以在Windows Azure上部署ASP.NET网站而不部署ASP.NET Web应用程序吗?

[英]Can i deploy ASP.NET website NOT ASP.NET Web Application on windows azure?

我试图用Windows Azure部署一个asp.net网站而不是 asp.net Web应用程序,所以我需要知道我是否可以这样做?

Yes you can. 是的你可以。

I was at a conference by Scott Guthrie one of the head developers on Azure. 我参加了Azure首席开发人员之一Scott Guthrie的会议。

He was demoing standard ASP.Net websites. 他正在演示标准ASP.Net网站。

The following link tells you how to deploy a site: 以下链接告诉您如何部署站点:

How to deploy an asp net website to windows azure 如何将ASP Net网站部署到Windows Azure

Hope this helps. 希望这可以帮助。

When you are creating a new Role, you required to select what type of the Role you need. 创建新角色时,需要选择所需的角色类型。 Such as Web Role, WCF Web Role, Worker Role etc., That will automatically add the Role into the Cloud project. 例如Web角色,WCF Web角色,辅助角色等,它将自动将角色添加到Cloud项目中。 When you select an ASP.NET Web Role, you will be getting a Web Application instead of Web Site. 选择ASP.NET Web角色时,将获得一个Web应用程序而不是网站。

But once you added the role, you can extend the role with multiple Web Site, Web Application and even virtual Directories. 但是,一旦添加了角色,就可以将角色扩展到多个网站,Web应用程序甚至虚拟目录。

You can have a quick look of following url - http://www.dotnettwitter.com/2012/03/publishing-multiple-sites-sub-sites.html http://www.dotnettwitter.com/2012/03/publishing-multiple-sites-sub-sites_29.html 您可以快速浏览以下网址-http: //www.dotnettwitter.com/2012/03/publishing-multiple-sites-sub-sites.html http://www.dotnettwitter.com/2012/03/publishing -multiple-sites-sub-sites_29.html

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

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