Show stacktrace when dotnet core API doesn't start
Guide to enabling detailed error stack traces for a .NET Core API that fails to start by setting an environment variable in web.config.
Guide to enabling detailed error stack traces for a .NET Core API that fails to start by setting an environment variable in web.config.
Fixing 500 errors for static files (CSS, JS, images) after upgrading an IIS website from version 6 to 10, caused by a MIME type conflict.
A technical guide on configuring TraceSource and trace listeners to capture OWIN framework logs in Azure Diagnostics.
A technical guide on automating free SSL certificate acquisition and renewal for Azure websites using Let's Encrypt and a Vagrant box.
A guide to securing the ASP.NET MVC Web.config file, covering custom errors, cookie security, and removing revealing HTTP headers.
Guide to configuring IIS and ASP.NET Web API to support additional HTTP methods like HEAD, PATCH, or custom verbs by removing WebDAV conflicts.
Explains how to configure IIS settings and override parameters in Windows Azure Web Sites to run a PHP WebDAV server.
A guide to locally testing web.config transformations in ASP.NET projects using MSBuild commands and Visual Studio's preview feature.
A guide to configuring ASP.NET session state for load-balanced web servers using the ASP.NET state server.
A guide to improving ASP.NET application performance by removing unnecessary HTTP modules from the pipeline via Web.config.
A technical guide on implementing security trimming for ASP.NET 2.0 sitemaps using web.config and authorization rules.
How to use .htaccess-like mod_rewrite syntax for URL rewriting in ASP.NET applications with a custom library.