Browse by Tags
All Tags »
IIS7 (
RSS)
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...
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...
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...
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...
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...
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...
You can find this week’s video here . This week answers two Q&A questions from viewers. DNS Load Balancing and then some discussion and a walkthrough using Application Request Routing (ARR) for a Content Delivery Network (CDN). There’s a growing movement...
You can find this week’s video here . This lesson covers ways to troubleshoot IIS FTP. When it works, it works well, but if you run into issues getting an FTP account working it can sometimes be difficult to resolve. This video will help you understand...
You can find this week’s video here . Have you ever wondered what FTP Active mode or Passive mode means? Do you have a good understanding of the FTP data channel or control channel? It can be difficult to fully understand FTP, which firewall ports to...
Today I wanted to find a way to flush the IIS FTP logs on-demand. The logs for IIS FTP flush to disk every 6 minutes, and the HTTP logs every 1 minute (or 64kb). This can make troubleshooting difficult when you don’t receive immediate access...
More Posts
Next page »