I have tried to deploy an asp.net website NOT asp.net web application with windows azure, so i need to know if i can do it?
|
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 |
|||
|
|