Sign in
Robert McMurray's Blog [MSFT]
Discussing IIS, FTP, WebDAV, FPSE, WMI, ADSI, ISAPI, ASP, FastCGI, etc. ;-)
Options
About
Email Blog Author
RSS for posts
Atom
OK
Search Blogs
Tags
BlogEngine.NET
Classic ASP
Content
Extensibility
FrontPage
FTP
Hardware
IIS
IIS 6
IIS 8
IIS Express
IIS News Item
LogParser
Macros
PHP
Random Thoughts
Scripting
SEO
SharePoint
SSL
URL Rewrite
WebDAV
WebMatrix
Windows Server 2012
XML
Archive
Archives
May 2013
(1)
April 2013
(2)
March 2013
(2)
February 2013
(2)
January 2013
(2)
December 2012
(2)
November 2012
(2)
October 2012
(1)
September 2012
(2)
August 2012
(2)
July 2012
(4)
June 2012
(2)
May 2012
(3)
April 2012
(2)
March 2012
(3)
February 2012
(2)
January 2012
(2)
December 2011
(2)
November 2011
(2)
October 2011
(4)
September 2011
(3)
August 2011
(1)
July 2011
(2)
June 2011
(2)
May 2011
(2)
April 2011
(2)
February 2011
(4)
January 2011
(2)
December 2010
(2)
October 2010
(1)
September 2010
(3)
August 2010
(3)
July 2010
(1)
May 2010
(3)
April 2010
(2)
March 2010
(3)
February 2010
(3)
January 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(2)
September 2009
(6)
August 2009
(2)
July 2009
(4)
June 2009
(1)
May 2009
(1)
April 2009
(3)
March 2009
(1)
February 2009
(1)
January 2009
(2)
December 2008
(2)
November 2008
(1)
October 2008
(3)
September 2008
(3)
August 2008
(1)
June 2008
(1)
May 2008
(1)
April 2008
(2)
March 2008
(4)
February 2008
(2)
January 2008
(1)
December 2007
(2)
October 2007
(3)
September 2007
(1)
August 2007
(1)
July 2007
(2)
May 2007
(1)
April 2007
(2)
February 2007
(1)
January 2007
(1)
December 2006
(1)
November 2006
(6)
October 2006
(1)
September 2006
(1)
July 2006
(1)
May 2006
(1)
March 2006
(1)
February 2006
(2)
January 2006
(1)
December 2005
(1)
November 2005
(1)
MSDN Blogs
>
Robert McMurray's Blog [MSFT]
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Robert McMurray's Blog [MSFT]
Automating IIS 7 Backups
Posted
over 5 years ago
by
robmcm
2
Comments
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...
Robert McMurray's Blog [MSFT]
Enabling WebDAV on IIS 6
Posted
over 5 years ago
by
robmcm
2
Comments
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...
Robert McMurray's Blog [MSFT]
'Category does not exist' error when viewing IIS Worker Processes in IIS Manager
Posted
over 5 years ago
by
robmcm
1
Comments
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...
Robert McMurray's Blog [MSFT]
A Little Scripting Saved My Day (;-])
Posted
over 4 years ago
by
robmcm
0
Comments
I have mentioned in previous blog posts that I tend to write many of my blog posts and walkthroughs for IIS.NET based on code that I’ve written for myself, and today’s blog post is the story of how one of my samples saved my rear over this past weekend...
Robert McMurray's Blog [MSFT]
Outlook Macros Part 2: Cleaning Up Your Calendar
Posted
over 3 years ago
by
robmcm
1
Comments
Continuing my brief departure from my normal IIS-related blogs and looking at Office Outlook again, today's blog looks at cleaning up your calendar. If you read my previous blog about Moving Emails Into Personal Folders , you would have read about my...
Robert McMurray's Blog [MSFT]
AppCmd 80070057 errors when configuring site-level settings
Posted
over 5 years ago
by
robmcm
0
Comments
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...
Robert McMurray's Blog [MSFT]
FTP 7.5 and WebDAV 7.5 have been released!
Posted
over 4 years ago
by
robmcm
5
Comments
Over the next few days you're going to hear a lot of details about many of the great new IIS extensions that the IIS feature team is releasing for the 2009 MIX Conference in Las Vegas later today. I don't want to spoil any surprises by talking about anyone...
Robert McMurray's Blog [MSFT]
Microsoft IIS 8.0 Express Beta is Released!
Posted
over 1 year ago
by
robmcm
4
Comments
Earlier today the IIS Express team released the IIS 8.0 Express Beta , and there are some great new features in this release! Here are just a few of the highlights: 64-bit Support IIS 8.0 Express now fully supports 64-bit application development. When...
Robert McMurray's Blog [MSFT]
FTP and ETW Tracing
Posted
over 5 years ago
by
robmcm
0
Comments
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...
Robert McMurray's Blog [MSFT]
FTP7 for Windows Server 2008 RC0 is released!
Posted
over 6 years ago
by
robmcm
6
Comments
Today Microsoft released the newest version of our FTP server for Windows Server 2008 Release Candidate 0 (RC0)! Listed below are the links for the download pages for each of the individual installation packages: FTP 7 (x86) Installation Package...
Robert McMurray's Blog [MSFT]
Reverting log files back to the default W3C fields
Posted
over 7 years ago
by
robmcm
1
Comments
Recently I had to work with a customer that was trying to use a 3rd-party utility that read W3C log files and it was failing to complete processing. I had the customer send me his log files, and upon examination I discovered that t he trouble was occuring...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 9: Expression Web 4
Posted
over 3 years ago
by
robmcm
2
Comments
For this installment in my series about FTP Clients I'm going to review the FTP features in Microsoft's Expression Web 4 (EW4). You can find out more about the Microsoft Expression series of products from the following URL: http://www.microsoft...
Robert McMurray's Blog [MSFT]
Using FTP with Different Account Types
Posted
over 3 years ago
by
robmcm
0
Comments
I was going through some of my notes the other day and I stumbled across the following chart that I thought I'd share. I put this chart together for a coworker that had asked me about some of the advantages and disadvantages when using different account...
Robert McMurray's Blog [MSFT]
Converting W3C log files to NCSA format
Posted
over 7 years ago
by
robmcm
0
Comments
Around a year ago I wrote a blog entry titled " Converting NCSA log files to W3C format ", which showed how to use the MSWC.IISLog object to convert log files in the NCSA format back to W3C format. I wrote that blog entry to make up for the fact that...
Robert McMurray's Blog [MSFT]
Data Mining UrlScan 3.0 Logs using LogParser 2.2
Posted
over 5 years ago
by
robmcm
0
Comments
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...
Robert McMurray's Blog [MSFT]
FTP and LDAP - Part 1: How to Use Managed Code (C#) to Create an FTP Authentication Provider that uses an LDAP Server
Posted
over 2 years ago
by
robmcm
0
Comments
Over the past few years I've created a series of authentication providers for the FTP 7.5 service that ships with Windows Server 2008 R2 and Windows 7, and is available for download for Windows Server 2008. Some of these authentication providers are available...
Robert McMurray's Blog [MSFT]
Sending WebDAV Requests in .NET
Posted
over 3 years ago
by
robmcm
4
Comments
Earlier today one of my coworkers, John Bocharov , asked me if I had ever done any WebDAV coding in .NET - specifically sending PUT and DELETE requests. I replied that I had, but it had been several months ago, and each time that I had written any WebDAV...
Robert McMurray's Blog [MSFT]
Creating XML Reports for FSRM Quota Usage
Posted
over 6 years ago
by
robmcm
1
Comments
I had a great question in follow up to the " Secure, Simplified Web Publishing using Microsoft Internet Information Services 7.0 " webcast that I delivered the other day, "How you can you programmatically access the quota usage information from the File...
Robert McMurray's Blog [MSFT]
Automatically Creating Checksum Files for FTP Uploads
Posted
over 4 years ago
by
robmcm
0
Comments
I had a great question in the publishing forums on forums.iis.net , where someone was asking if FTP 7 supported the XCRC command. The short answer is that the XCRC command is not supported, but I came up with a way to create an FTP provider that supports...
Robert McMurray's Blog [MSFT]
Life after FPSE (Part 2)
Posted
over 5 years ago
by
robmcm
1
Comments
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...
Robert McMurray's Blog [MSFT]
FREB: LOG_FILE_MAX_SIZE_TRUNCATE
Posted
over 5 years ago
by
robmcm
1
Comments
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...
Robert McMurray's Blog [MSFT]
How to Create an Authentication Provider for FTP 7.5 using BlogEngine.NET's XML Membership Files
Posted
over 2 years ago
by
robmcm
3
Comments
I ran into an interesting situation recently with BlogEngine.NET that I thought would make a good blog post. Here's the background for the environment : I host several blog sites for friends of mine, and they BlogEngine.NET for their blogging engine...
Robert McMurray's Blog [MSFT]
FPSE 2002 RC0 for Windows Server 2008 and Windows Vista (x86/x64)
Posted
over 6 years ago
by
robmcm
3
Comments
Earlier today Microsoft and Ready to Run Software released to web the Release Candidate 0 (RC0) version of the FrontPage 2002 Server Extensions for IIS 7.0 on Windows Server 2008 and Windows Vista. This build now includes support for 64-bit Windows, and...
Robert McMurray's Blog [MSFT]
Creating an Itemized List of Server Bindings
Posted
over 7 years ago
by
robmcm
0
Comments
One of my servers has a large number of individual web sites on it, and each of these web sites has several server bindings for different IP addresses, Port Assignments, and Host Headers. As I continue to add more web sites on the server, it becomes increasingly...
Robert McMurray's Blog [MSFT]
Life after FPSE (Part 3)
Posted
over 5 years ago
by
robmcm
3
Comments
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...
Page 2 of 7 (161 items)
1
2
3
4
5
»