IIS 5 posts
Importing IIS logs into MS SQL
Two approaches for importing IIS web server logs into Microsoft SQL Server for analysis — using native BULK INSERT or Microsoft's Log Parser utility.
IISSQL ServerT-SQLLog Analysis
1 min read
Secure Umbraco Back-office logins
Forcing HTTPS for Umbraco CMS back-office logins using the umbracoUseSSL setting and an IIS URL Rewrite rule.
UmbracoIISHTTPSSecurityCMS
1 min read
301 Redirects in Umbraco
Configuring permanent 301 redirects in Umbraco CMS — both within the same site and cross-domain — using UrlRewriting.config.
UmbracoIISRedirectsSEOCMS
1 min read
Redirecting a directory to HTTPS in IIS
Using an IIS URL Rewrite rule in web.config to force HTTPS for a specific directory and all its subpages.
IISHTTPSSecurityURL Rewrite
1 min read
Domain rewrites in IIS web.config
Using IIS URL Rewrite rules to consolidate multiple domain variants to a single canonical domain, preventing duplicate content SEO penalties.
IISSEOURL RewriteDomains
1 min read