简体   繁体   中英

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.

He was demoing standard ASP.Net websites.

The following link tells you how to deploy a site:

How to deploy an asp net website to 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. When you select an ASP.NET Web Role, you will be getting a Web Application instead of Web Site.

But once you added the role, you can extend the role with multiple Web Site, Web Application and even virtual Directories.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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