Browse by Tags

All Tags » IIS (RSS)

ASP.NET and IIS Performance Troubleshooting Tools: FREB, Perfecto, and PerfView by The Official Microsoft IIS Site

If you have an ASP.NET application running on IIS 7 or IIS 7.5 that is experiencing intermittent delays, you have three powerful troubleshooting tools at your disposal that you might not have known about: FREB , Perfecto , and PerfView . 1) IIS Failed...

Flush IIS HTTP and FTP Logs to Disk by The Official Microsoft IIS Site

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...
Filed under: , ,

Using URL Rewrite to Insert Different Scripts Based on Browser Type by The Official Microsoft IIS Site

I just stumbled across a piece of sample code that I had written several months ago for a coworker, and I thought that I'd share it with everyone. Here's the scenario: my coworker asked me if it was possible to have different client-side scripts...
Filed under: ,

Advanced Log Parser Charts Part 2 - Using Gradient Colors for Area Charts by The Official Microsoft IIS Site

In Part 2 of this series, I'll show you how to customize the area chart from Part 1 to show the chart area with a gradient. More specifically, there are three different chart gradient methods that we'll take a look at in this blog post: SetOneColorGradient...
Filed under: , ,

Advanced Log Parser Charts Part 1 - Working With Configuration Scripts by The Official Microsoft IIS Site

I recently had a situation where I wanted to customize the chart output from Log Parser, and after a bunch of research I eventually arrived at the conclusion that configuration scripts for create customized charts are probably the least-documented feature...
Filed under: , ,

Recommended Listening–Clint Huffman on RunAs Radio by The Official Microsoft IIS Site

This week’s RunAs Radio has Clint Huffman , a Microsoft Premier Field Engieer talking to Richard Campbell about understanding the health state of IIS7/7.5.  There is some excellent content in this episode and I’d strongly recommend listning to it...
Filed under: , ,

IIS FTP User Isolation-Week 46 by The Official Microsoft IIS Site

You can find this week’s video here . I’ve been looking forward to releasing this week’s video.  IIS FTP User isolation is an interesting topic because it offers a lot of power and flexibility but it’s not very intuitive because of how it’s managed...
Filed under: , , ,

Redirecting Non-www to Domain Equivalent by The Official Microsoft IIS Site

A question came up on a blog post of mine on how to redirect a domain name that doesn’t have www in it while retaining the original domain name.  Basically, to have a generic redirect to add on a www if it’s not already there. For example, how could...
Filed under: , ,

IIS FTP and IIS Manager Users-Week 45 by The Official Microsoft IIS Site

You can find this week’s video here . IIS FTP supports a new type of user called IIS Manager Users. This type of user can be used instead of Windows Local or Active Directory Users. They are useful if you want to manage a number of FTP users but don’t...
Filed under: , , ,

Storing IIS 7.5 WebDAV Properties in NTFS Alternate Data Streams by The Official Microsoft IIS Site

Two months ago Microsoft published an update for the WebDAV module that shipped with IIS 7.5 in Windows 7 and Windows Server 2008 R2, and this update is documented in the Microsoft Knowledge Base article ID 2593591: FIX: A hotfix is available that enables...
Filed under: , ,

Accepting Questions for Web Pro Series Q&A by The Official Microsoft IIS Site

If you’ve been following my 52-week series you most likely noticed that we’re nearing the end.  This evening, for example, I’m recording week 47.  One viewer made a suggestion to create a Q&A for the last couple videos.  I thought that...
Filed under: , ,

Great Pointers For Analyzing Memory Crash Dumps by The Official Microsoft IIS Site

This is an older article (2006) but still an excellent resource for anyone who has to do deep troubleshooting and research to determine the cause of a crash in a .NET application. With these tips, and perhaps just a little luck, you can even trace the...
Filed under: , ,

Using Windows Authentication with Web Deploy and WMSVC by The Official Microsoft IIS Site

By default in Windows Server 2008 when you are using the Web Management Service (WMSVC) and Web Deploy (also known as MSDeploy) it will use Basic authentication to perform your deployments. If you want to enable Windows Authentication you will need to...
Filed under: ,

IIS FTP Basics–Week 44 by The Official Microsoft IIS Site

You can find this week’s video here . The FTP (File Transfer Protocol) protocol has been in wide use for years and is still widely used today. It's used for transferring files between locations and practically useful for deployment websites from a...
Filed under: , , ,

Resolving the error: ~/Telerik.Web.UI.WebResource.axd is missing in web.config. by The Official Microsoft IIS Site

When attempting to run an application that uses certain Telerik controls, you may run into the error below: System.InvalidOperationException: '~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager requires a HttpHandler...
Filed under: , ,
More Posts Next page »
Powered by Community Server (Non-Commercial Edition), by Telligent Systems