What versions of .NET are supported on Azure Web Sites?

浪子不回头ぞ 提交于 2019-11-26 16:17:05

问题


To avoid more questions like Azure Websites, Can one deploy .NET 4.5.1 websites? and Azure Websites, Can one deploy .NET 4.5.2 websites, is there a web site that lists all the .NET Frameworks that are supported in Azure Web Sites?


回答1:


I don't know if there's any specific blog post or reference listing, but... here's a quick-n-easy way for you to check for yourself. Note: This requires you to already have a Web Site up and running. You can spin up a new free-tier website really quickly. Then:

  • Navigate to the Kudu portal for your website, at https://yourwebsite.scm.azurewebsites.net
  • Go to the Debug Consule menu and choose CMD or PowerShell:

]

  • Navigate to D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework and you'll see assembly directories for each installed framework version:

I realize this isn't automated, but at least it's a way for you to make a quick determination. I don't know if this will always work this way, or if it's the only way or the best way. Just showing you a way.



来源:https://stackoverflow.com/questions/24144331/what-versions-of-net-are-supported-on-azure-web-sites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!