How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quickly viewing web.config for Azure WebApps

calendar_today December 26, 2017 person AzureDevops (noreply@blogger.com) domain azure-devops

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.

open_in_new Read original post