Quickly viewing web.config for Azure WebApps
A quick and simple way to see the web.config file from a running web.config web application in Azure is to use the console option.

Once in the interactive console, type cat web.config and the output of the web.config will be displayed.
Once in the interactive console, type cat web.config and the output of the web.config will be displayed.
Comments
Post a Comment