Scott Forsyth's Blog
Postings on IIS, ASP.NET, SQL Server, Webfarms and general system admin.
-
IIS Shared Config–Staggered Install-Week 30
You can find this week’s video here.
-
IIS 7.x Shared Configuration–Advanced Tips and Tricks-Week 29
You can find this week’s video here.
-
IIS 7 Shared Configuration–Week 28
You can find this week’s video here.
-
Delayed execution startup script
There are times when it’s useful to have a script that runs on every server boot, but with a delay. For example, let’s say that you want a script to recycle IIS five minutes after starting the server due to some slow starting dependencies.
-
DFS-R for Web Server Replication-Week 27
You can find this week’s video here.
-
How to Setup an Active Directory Domain-Week 26
Today's lesson covers how to create an Active Directory domain and join a member server to it. This week's topic takes a slightly different turn from the normally IIS related topics, but this is key video to help setup either a test or production environment that requires Active Directory.
-
Using IP Restrictions with URL Rewrite-Week 25
URL Rewrite offers tremendous flexibility for customizing rules to your environment. One area of functionality that is often desired for URL Rewrite is to allow a large list of approved or denied IP addresses and subnet ranges.
-
Why You Shouldn’t Use Web Gardens in IIS-Week 24
IIS’s Web Gardens are a highly misunderstood feature in IIS ever since they were first introduced in IIS 6.0. This week’s lesson discusses why it’s rarely worth using Web Gardens and why using them is often detrimental to your server’s performance. This lesson is a type of anti-pattern on what to avoid, while also covering good theory and pointers to better practices that can be used instead.
-
Securing IIS. Thwarting the Hacker-Week 23
This week's video covers the users used by IIS and how to lock down your web server.
-
IIS’s ApplicationPoolIdentity Made Easy-Week 22
Managing Windows users for IIS security can sometimes be a pain and, if not handled correctly, can leave your server vulnerable. In this week’s video I introduce the new ApplicationPoolIdentity account that was introduced in IIS 7.0 and improved in IIS 7.5. This “virtual account” offers a lot of power and is easy to use once you understand the basics.. Since it’s the default account for application pools, understanding it is important for any web administrator.