4b0
4b0

Reputation: 22323

ASP.NET Web site in Azure without converting it in to ASP.NET Web application

Is it possible to deploy ASP.NET Web site in Azure without converting it in to ASP.NET Web application? Is it possible then please provide some tutorial link ?I search but didn't found any link.Thanks.

Upvotes: 1

Views: 175

Answers (1)

Sandrino Di Mattia
Sandrino Di Mattia

Reputation: 24895

You can deploy an ASP.NET Web Site to Windows Azure Web Sites without having to convert it to a Web Application. Simply right click the ASP.NET Web Site, choose Publish Web Site, choose FTP and enter the FTP credentials of your Windows Azure Web Site:

enter image description here

Make sure you change the directory to site/wwwroot or you'll break the Windows Azure Web Site.

Upvotes: 1

Related Questions