Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hosting ASP.NET Web Forms as a Windows Azure Web Site

I have a traditional ASP.NET Web Forms application. I would like to host the application in Windows Azure. Is it possible for me to publish a Web Forms app as a Web Site in Windows Azure? If so, does anyone have any docs? I can't seem to find any.

Thank you.

like image 266
YUI Developer Avatar asked Dec 14 '12 20:12

YUI Developer


2 Answers

Of course it's possible. Here is a great official tutorial : https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database

EDIT:

In my case I use Team Foundation Service to auto-deploy to Azure. It works great !

like image 62
JYL Avatar answered Nov 18 '22 20:11

JYL


This is new article because the link in accepted answer has been changed

another example

like image 2
Wahid Bitar Avatar answered Nov 18 '22 20:11

Wahid Bitar