Michael_S_
Michael_S_

Reputation: 528

Connecting to an Azure App Service via IIS Manager (inetmgr)

Is it possible to remote-connect to an Azure App Service running on Windows with my IIS Manager?

This seems to have been possible according to this blog post by clicking in IIS Manager File -> Connect to a site.

Upvotes: 0

Views: 1399

Answers (2)

geronimo
geronimo

Reputation: 11

I'm not sure for what purpose why you want to. My thoughts is you shouldn't be doing that as it defeat the purpose of PaaS services. Cannot access the iis layer in app service however you can still configure in web.config of your web app.

Upvotes: 1

Deepak-MSFT
Deepak-MSFT

Reputation: 11335

I refer to the steps mentioned in the link shared by you and in the last step I got an error below.

enter image description here

I did some research on it and it looks like managing the App Service from IIS is not supported anymore. I have not got any official link but the below links might give you some information on it.

  1. Microsoft.Web.Configuration.AppHostFileProvider not found after configured Remote IIS Administration for Microsoft Azure Web App

  2. Can no longer manage any Web Apps with IIS Remote Manager - Could not load file or assembly - AppHostFileProvider

Upvotes: 2

Related Questions