Azure中的ASP.NET网站,无需将其转换为ASP.NET Web应用程序

时间:2023-01-15 11:09:03

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.

是否可以在Azure中部署ASP.NET网站而无需将其转换为ASP.NET Web应用程序?是否有可能请提供一些教程链接?我搜索但没有找到任何链接。谢谢。

1 个解决方案

#1


1  

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:

您可以将ASP.NET网站部署到Windows Azure网站,而无需将其转换为Web应用程序。只需右键单击ASP.NET网站,选择“发布网站”,选择“FTP”并输入Windows Azure网站的FTP凭据:

Azure中的ASP.NET网站,无需将其转换为ASP.NET Web应用程序

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

确保将目录更改为site / wwwroot,否则您将破坏Windows Azure网站。

#1


1  

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:

您可以将ASP.NET网站部署到Windows Azure网站,而无需将其转换为Web应用程序。只需右键单击ASP.NET网站,选择“发布网站”,选择“FTP”并输入Windows Azure网站的FTP凭据:

Azure中的ASP.NET网站,无需将其转换为ASP.NET Web应用程序

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

确保将目录更改为site / wwwroot,否则您将破坏Windows Azure网站。