Scott Forsyth's Blog

Postings on IIS, ASP.NET, SQL Server, Webfarms and general system admin.

.

  • Scott Forsyth

Hosting Needs

Training and Dev Labs

Browse by Tags

All Tags » IIS8 (RSS)
Why is the IIS default app pool recycle set to 1740 minutes?
Microsoft IIS Server has what appears to be an odd default for the application pool recycle time. It defaults to 1740 minutes, which is exactly 29 hours. I’ve always been a bit curious where that default came from. If you’re like me, you may have wondered...
Using WebDAV with ARR
Application Request Routing (ARR) is a great solution for load balancing and other proxying needs. I’m a big fan and have written often about it. I had someone ask me this week about WebDAV support for ARR. With his ARR setup, he noted that WebDAV creation...
Posted: Jan 29 2013, 01:33 PM by OWScott | with no comments
Filed under: , , ,
Handing MVC paths with dots in the path
A friend of mine asked me recently how to handle a situation with a dot (.) in the path for an MVC project.  The path looked something like this: http://domain.com/aspnet/CLR4.0 The MVC routes didn’t work for this path and the standard IIS 404 handler...
Windows 8 / IIS 8 Concurrent Requests Limit
IIS 8 on Windows Server 2012 doesn’t have any fixed concurrent request limit, apart from whatever limit would be reached when resources are maxed. However, the client version of IIS 8, which is on Windows 8, does have a concurrent connection request limitation...
URL Rewrite – Protocol (http/https) in the Action
IIS URL Rewrite supports server variables for pretty much every part of the URL and http header. However, there is one commonly used server variable that isn’t readily available.  That’s the protocol—HTTP or HTTPS. You can easily check if a page...
Posted: Nov 07 2012, 10:04 AM by OWScott | with 2 comment(s)
Filed under: , , , ,
Introducing Testing Domain - localtest.me
Save this URL, memorize it, write it on a sticky note, tweet it, tell your colleagues about it!  localtest.me ( http://localtest.me ) and *.localtest.me ( http://something.localtest.me ) If you do any testing on your local system you’ve probably...
What’s new in IIS8, Perf, Indexing Service-Week 49
You can find this week’s video here . This week I'm taking Q&A from viewers, starting with what's new in IIS8, a question on enable32BitAppOnWin64 , performance settings for asp.net, the ARR Helper, and Indexing Services. This week we look at five...
What’s New in IIS 8
With the beta release of Windows Server 8 today, Internet Information server (IIS) 8 is available to the public for testing and even production workload testing. Many system administrators have been anxious to kick the tires and to find out which features...
More Posts