I can't find any information about IIS on my Azure Websites Dashboard. I checked every panel.
You can check the OS that your App Service is running on by looking at the OS Name field in the Overview blade. See here for more details and a screenshot of what that looks like. Then the IIS version just falls out of that (8.0 for Server 2012 and 10.0 for 2016).
Azure Web App identified target web site is using IIS 10 and detected that it is out of date - how to change - Server Fault. Stack Overflow for Teams – Start collaborating and sharing organizational knowledge.
Using Run CommandSelect windows +R key and type inetmgr and press OK. It will open the IIS manager window . In the same way go to Help ->About Internet Information Services and you will get the version installed on your computer.
Azure is a group of cloud services. One of the services is a Web Site Host, that allows you to use cloud computers to run the IIS that hosts your web site. As part of the service, Azure will take care of installing and using the IIS server for you.
You can see the IIS version and other server information in Kudu on the Environment page under the Server variables heading.
The variable name is SERVER_SOFTWARE, for example my web app has SERVER_SOFTWARE=Microsoft-IIS/8.0
To access Kudu, you can navigate to https://[app-name].scm.azurewebsites.net
, or you can look for the Advanced Tools blade under Development Tools:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With