I wrote an article about the ability to enable Web Server Logging, Detailed Error Message, Failed Request Tracing and Application Logging here. In that article I discussed that you can download the logs using an FTP tool like FileZilla. You can also download the log files from within Visual Studio by performing the following. I […]
Read More →Tags: Azure
404 File or directory not found when mapping custom domain to an Azure App Service, Server Error
If you are receiving a 404 error while accessing your custom domain, as shown in Figure 1, then you are most likely missing the link between your Azure App Service Web App configuration and your custom domain. Figure 1, 404 File or directory not found when mapping custom domain Before we move to the solution, […]
Read More →Enable logging on your Windows Azure Web App – App Service from Visual Studio
With the release of Windows Azure SDK 2.0, you can enable the logging from within Visual Studio. I wrote another article which discussed how to enable Failed Request Tracing while logged into the Microsoft Azure Management console. You can review that article here. After installing the SDK, open Visual Studio and example the Server Explorer, […]
Read More →Enabling Failed Request Logging on a Windows Azure Web Site
I am moving all my articles to one location. This article is a bit old, and is here for historical purpose. If you end up here please read this updated article here (Enable Failed Request Tracing for an Azure App Service Web App) Using Failed Request Tracing is a very useful tool for troubleshooting performance […]
Read More →