Browse by Tags
I had an interesting question from a coworker who was trying to use AppCmd to set the site-level SSL options for an FTP site. This should have been straightforward, and the syntax that he gave me looked correct: appcmd.exe set config -section:system.applicationHost/sites
Read More...
I ran into an interesting problem recently when using the new Worker Processes feature in the Internet Information Services (IIS) Manager for IIS 7.0. The Worker Processes feature is a great addition to IIS, and it's used to view practical information
Read More...
Since we've been testing a lot of FTP clients with our new FTP server for IIS 7 , I thought that it would be a good idea to discuss some of the highlights and pitfalls that we have run into when testing various clients. I thought that I'd begin this series
Read More...
With the Go Live release for the URL Rewrite Module having just been shipped, I thought that I'd address a problem that you might run into if you're using Digest Authentication . RFC 2069 states that a client sends the server a checksum of the username,
Read More...
We released a new version of UrlScan recently, and one of the great new features in this version is log files that conform to the W3C Extended Log File Format . What this means to administrators is that they can now parse their UrlScan activity using
Read More...
My good friend Suditi Lahiri has written a terrific blog entry about one of the great new features in the FTP 7 service - which is Event tracing for Windows, or ETW for short. You can read her post at the following URL: http://blogs.iis.net/sudt/archive/2008/08/28/collecting-etw-traces-for-ftp-sessions.aspx
Read More...
In continuation from my previous blog posts on on the subject of migrating from FPSE to WebDAV, today's blog post will address a combination of issues that I've run into and some implementation ideas. Listing content in virtual directories One different
Read More...
In continuation from my blog posts on April 17th and April 23rd , today's blog post will continue to examine moving from the FrontPage Server Extensions (FPSE) to WebDAV, and today I'm going to address a combination of issues that I've run into and questions
Read More...
Following up on my last blog post , today's blog post will discuss some of the highlights and pitfalls that I have seen while transitioning from using the FrontPage Server Extensions to publish web sites to WebDAV. It should be noted, of course, that
Read More...
Today's blog post will be the first in a series of blog posts that I intend to write about my experiences with putting together a Windows Server 2008 machine without using the FrontPage Server Extensions (FPSE) for any web publishing. The main goal of
Read More...
Earlier today the Microsoft released the RTM version of the new Microsoft WebDAV Extension for IIS 7.0 for Windows Server 2008! Listed below are the links for the download pages for each of the individual installation packages: 32-bit Installation Package
Read More...
OK - I have to admit that one of my favorite features for IIS 7 is " Failed Request Tracing ", otherwise known as " FREB ". I've taught breakout sessions about FREB at Microsoft TechEd , and IT administrators love it. (By the way - FREB was originally
Read More...
Many years ago I wrote the following KB article: How To Schedule Metabase Backups Using WSH Truth be told, I wrote the script in that article to help me manage several servers that I controlled. Once I finished the script, I found myself routinely giving
Read More...
I had a great question from someone the other day about enabling WebDAV on IIS 6, so I wrote a simple Windows Script Host (WSH) utility that does the trick. Because I'm a firm believer that writing code for one person will ultimately benefit someone else,
Read More...
Earlier today Microsoft released the RTM version of the Microsoft FTP Service for IIS 7.0 for Windows Server 2008! Listed below are the links for the download pages for each of the individual installation packages: FTP 7 (x86) Installation Package http://go.microsoft.com/fwlink/?LinkId=87847
Read More...