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]
Creating Recursive Directory Listing Files for FTP Clients
Posted
over 4 years ago
by
robmcm
0
Comments
One of the changes that we made in FTP 7.0 and FTP 7.5 was to remove recursive directory listings, which are commonly retrieved by typing " ls -lR " from a command-line FTP client, which should send a command like " NLST -lR " over FTP to the server....
Robert McMurray's Blog [MSFT]
FTP7 for Windows Server 2008 RTM is released!
Posted
over 5 years ago
by
robmcm
10
Comments
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...
Robert McMurray's Blog [MSFT]
WebDAV Redirector Registry Settings
Posted
over 5 years ago
by
robmcm
5
Comments
Following up on the release of the WebDAV module for IIS 7 , I've been experimenting with the WebDAV redirector that comes with Windows Vista and Windows Server 2008. This redirector ships as an updated WebClient service, and if you're using Windows Vista...
Robert McMurray's Blog [MSFT]
FTP User Isolation with Multiple User Accounts
Posted
over 7 years ago
by
robmcm
7
Comments
In IIS 4.0 and IIS 5.0, if you created a virtual directory that had a name that was identical to a user name, when the user logged in to the FTP site they would automatically be changed to their folder. When multiple users will access the same FTP content...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 6: Core FTP LE
Posted
over 4 years ago
by
robmcm
0
Comments
For this installment in my series about FTP Clients, I'd like to take a look at the Core FTP client. For this blog post I used Core FTP Lite Edition (LE) version 1.3c (build 1447) and version 2.1 (build 1603), although all of my screen shots are from...
Robert McMurray's Blog [MSFT]
Creating a Read-Only Membership Provider for phpBB 2.0 Users
Posted
over 4 years ago
by
robmcm
0
Comments
I recently posted a blog that was titled Creating a Read-Only Snitz Membership Provider , where I re-used the code from my How to use the Sample Read-Only XML Membership and Role Providers with IIS 7.0 walkthrough on the learn.iis.net web site to write...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 3: Creating a Global Listener FTP Site
Posted
over 5 years ago
by
robmcm
2
Comments
In my " FTP Clients - Part 1: Web Browser Support " blog post, I mentioned creating a secured Global Listener FTP Site when you're working with FTP virtual hosts, but I didn't really explain what I meant by that or why you would want to do this. With...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 2: Explicit FTPS versus Implicit FTPS
Posted
over 5 years ago
by
robmcm
10
Comments
In part 2 of my series on FTP clients, I thought it would be best to have a discussion about the differences between Implicit FTPS and Explicit FTPS . In my recent " FTP Clients - Part 1: Web Browser Support " blog post, I referenced Implicit and Explicit...
Robert McMurray's Blog [MSFT]
FrontPage Server Extensions on Vista and Longhorn
Posted
over 6 years ago
by
robmcm
4
Comments
As most people that have installed IIS 7 on Windows Vista or Windows codenamed "Longhorn" have realized, there are no options to install the FrontPage Server Extensions, leaving the only possibly way to edit your web site that is hosted on a Vista/Longhorn...
Robert McMurray's Blog [MSFT]
Virtual Hosts and Host Names in FTP7
Posted
over 6 years ago
by
robmcm
3
Comments
I received the following question from Mickey Binder in response to my blog entries about the new FTP service for IIS7 : "When using virtual hosts will it always be necessary to provide DOMAIN|Username or is it me doing something wrong. I can see...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 5: MOVEit Freely Command-Line Secure FTP Client
Posted
over 4 years ago
by
robmcm
2
Comments
For this installment in my series about FTP Clients, I'd like to take a look at the MOVEit Freely Command-Line Secure FTP Client ("FTPS.EXE") from Ipswitch. For this blog post I used MOVEit Freely FTP Client version 5.0.0.0, and it is available from the...
Robert McMurray's Blog [MSFT]
WebDAV Module for Windows Server 2008 GoLive Beta is released
Posted
over 6 years ago
by
robmcm
8
Comments
Earlier today the IIS product team released the GoLive beta version of the new WebDAV extension module for IIS 7. (This version is currently available for Windows Server 2008 only.) Listed below are the links for the download pages for each of the...
Robert McMurray's Blog [MSFT]
Outlook Macros Part 1: Moving Emails Into Personal Folders
Posted
over 3 years ago
by
robmcm
2
Comments
I'd like to take a brief departure from my normal IIS-related blogs and write about something that we use everyday - email; and in my specific situation I am using Microsoft Office Outlook. So if you just want IIS information, you can stop reading now...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 1: Web Browser Support
Posted
over 5 years ago
by
robmcm
3
Comments
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...
Robert McMurray's Blog [MSFT]
FrontPage 2002 Server Extensions Beta for Longhorn and Vista
Posted
over 6 years ago
by
robmcm
3
Comments
Following up on my FrontPage Server Extensions on Vista and Longhorn blog post from last February, I'm happy to announce that Microsoft and Ready to Run Software have released the first beta version of the Microsoft FrontPage 2002 Server Extensions (FPSE...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 4: FileZilla
Posted
over 5 years ago
by
robmcm
3
Comments
For this next installment in my FTP Clients series, I'd like to take a look at the FileZilla FTP client. For this blog post I was using FileZilla version 3.1.6. There are a lot of places where you can find FileZilla, but the best location is the official...
Robert McMurray's Blog [MSFT]
FTP and LDAP - Part 2: How to Set Up an Active Directory Lightweight Directory Services (AD LDS) Server
Posted
over 2 years ago
by
robmcm
0
Comments
This blog is designed as a complement to my FTP and LDAP - Part 1: How to Use Managed Code (C#) to Create an FTP Authentication Provider that uses an LDAP Server blog post. In this second blog, I'll walk you through the steps to set up an Active Directory...
Robert McMurray's Blog [MSFT]
WebDAV Extension for Windows Server 2008 RTM is released!
Posted
over 5 years ago
by
robmcm
1
Comments
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...
Robert McMurray's Blog [MSFT]
IIS: Notes on Server-Side Includes (SSI) Syntax (KB 203064 Revisited)
Posted
over 3 years ago
by
robmcm
0
Comments
Many years ago I wrote Microsoft KB article 203064 about using Server-Side-Include (SSI) files with IIS 4 and IIS 5, but that KB has long since vanished from Microsoft's support website because it was never updated for IIS 6 or IIS 7. I eventually turned...
Robert McMurray's Blog [MSFT]
FTP 7 Beta is released!
Posted
over 6 years ago
by
robmcm
4
Comments
It's been a long time in development, but Microsoft has released a beta version of a new FTP service that we have completely rewritten for Windows Server code name "Longhorn". This new FTP service contains many great new features, such as: Integration...
Robert McMurray's Blog [MSFT]
Sending WebDAV Requests in .NET Revisited
Posted
over 2 years ago
by
robmcm
0
Comments
I recently spoke with a great customer in India, and he was experimenting with the code from my Sending WebDAV Requests in .NET blog post. He had a need to send the WebDAV LOCK/UNLOCK commands, so I wrote a quick addition to the code in my original blog...
Robert McMurray's Blog [MSFT]
Using Apple's WebDavFS for Mac OS X with WebDAV on IIS 7
Posted
over 4 years ago
by
robmcm
0
Comments
Today's blog post needs to have a disclaimer right up front - I freely admit I'm not a Mac OS X expert, so I may not have everything 100% correct in this post. But I've seen a lot of questions on forums.iis.net that discuss using IIS WebDAV with Mac OS...
Robert McMurray's Blog [MSFT]
Converting NCSA log files to W3C format
Posted
over 8 years ago
by
robmcm
0
Comments
One of the great utilities that ships with IIS is the CONVLOG.EXE application, which converts W3C or MS Internet Standard log files to NCSA format, where they can be processed by any of the applications that only parse NCSA log file information. The trouble...
Robert McMurray's Blog [MSFT]
Using Visual Studio 2008 on a 64-bit Computer to edit ApplicationHost.config
Posted
over 5 years ago
by
robmcm
0
Comments
Visual Studio 2008 as an XML Editor Everyone seems to have their own favorite XML editor these days, and there are no shortages of XML editors in the marketplace. The being said, I tend to use Visual Studio 2008 for several reasons, and if you're using...
Robert McMurray's Blog [MSFT]
Life after FPSE (Part 1)
Posted
over 5 years ago
by
robmcm
2
Comments
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...
Page 1 of 7 (161 items)
1
2
3
4
5
»