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]
Adding Custom FTP Providers with the IIS Configuration Editor - Part 2
Posted
20 days ago
by
robmcm
0
Comments
In Part 1 of this blog series about adding custom FTP providers with the IIS Configuration Editor , I showed you how to add a custom FTP provider with a custom setting for the provider that is stored in your IIS configuration settings. For my examples...
Robert McMurray's Blog [MSFT]
Feedback Request for Curated Content Views
Posted
22 days ago
by
robmcm
0
Comments
Publishing technical documentation is an interesting business, and a lot of discussion & deliberation goes into the creation process for articles and videos that we produce at Microsoft. For example, when I am writing an article for IIS, should I...
Robert McMurray's Blog [MSFT]
IIS 6.0 WebDAV and Compound Document Format Files Revisited with Workarounds
Posted
28 days ago
by
robmcm
0
Comments
A few years ago I wrote the following blog, wherein I described how the WebDAV functionality in IIS 6.0 worked with files that are Compound Document format: IIS 6.0 WebDAV and Compound Document Format Files As I explained in that blog post, WebDAV...
Robert McMurray's Blog [MSFT]
Adding Custom FTP Providers with the IIS Configuration Editor - Part 1
Posted
1 month ago
by
robmcm
0
Comments
I've written a lot of walkthroughs and blog posts about creating custom FTP providers over the past several years, and I usually include instructions for adding these custom providers to IIS. When you create a custom FTP authentication provider, IIS has...
Robert McMurray's Blog [MSFT]
Automating the Creation of FTP User Isolation Folders
Posted
1 month ago
by
robmcm
0
Comments
A customer asked me a question a little while ago that provided me the opportunity to recycle some code that I had written many years ago. In so doing, I also made a bunch of updates to the code to make it considerably more useful, and I thought that...
Robert McMurray's Blog [MSFT]
Advanced Log Parser Part 7 - Creating a Generic Input Format Plug-In
Posted
2 months ago
by
robmcm
2
Comments
In Part 6 of this series, I showed how to create a very basic COM-based input format provider for Log Parser. I wrote that blog post as a follow-up to an earlier blog post where I had written a more complex COM-based input format provider for Log Parser...
Robert McMurray's Blog [MSFT]
Advanced Log Parser Part 6 - Creating a Simple Custom Input Format Plug-In
Posted
2 months ago
by
robmcm
0
Comments
In Part 4 of this series, I illustrated how to create a new COM-based input provider for Log Parser from a custom input format: Advanced Log Parser Charts Part 4 - Adding Custom Input Formats For the sample that I published in that blog, I wrote...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 12: BitKinex
Posted
3 months ago
by
robmcm
0
Comments
For this installment in my series about FTP clients, I want to take a look at BitKinex 3 , which is an FTP client from Barad-Dur, LLC . For this blog I used BitKinex 3.2.3, and it is available from the following URL: http://www.bitkinex.com/ At...
Robert McMurray's Blog [MSFT]
Restarting the FTP Service Orphans a DLLHOST.EXE Process
Posted
3 months ago
by
robmcm
0
Comments
I was recently creating a new authentication provider using FTP extensibility, and I ran into a weird behavior that I had seen before. With that in mind, I thought my situation would make a great blog subject because someone else may run into it. Here...
Robert McMurray's Blog [MSFT]
Using Classic ASP and URL Rewrite for Dynamic SEO Functionality
Posted
4 months ago
by
robmcm
0
Comments
I had another interesting situation present itself recently that I thought would make a good blog: how to use Classic ASP with the IIS URL Rewrite module to dynamically generate Robots.txt and Sitemap.xml files. Overview Here's the situation: I...
Robert McMurray's Blog [MSFT]
Upgrading a Baby Computer
Posted
4 months ago
by
robmcm
1
Comments
I'd like to take a brief departure from my normal series of IIS-related blogs and talk about something very near and dear to the hearts of many geeks - ripping a computer apart and upgrading its various hardware components just because it's fun. ;-) ...
Robert McMurray's Blog [MSFT]
FTP Clients - Part 11: Beyond Compare 3
Posted
5 months ago
by
robmcm
2
Comments
For this installment in my series about FTP clients, I want to take a look at Beyond Compare 3 from Scooter Software . At its heart, Beyond Compare is a file/folder comparison tool, so it might seem an unlikely candidate for an FTP client, but it has...
Robert McMurray's Blog [MSFT]
Using WebMatrix to Take a PHP Class
Posted
5 months ago
by
robmcm
0
Comments
With the release of WebMatrix 2, I thought that it would be great to take a PHP class and use WebMatrix exclusively for the entire class. Much to my surprise, this proved to be a great experience. Seriously, I did not expect it to go as well as it did...
Robert McMurray's Blog [MSFT]
Programmatically Starting and Stopping FTP Sites in IIS 7 and IIS 8
Posted
7 months ago
by
robmcm
2
Comments
I was recently contacted by someone who was trying to use Windows Management Instrumentation (WMI) code to stop and restart FTP websites by using code that he had written for IIS 6.0; his code was something similar to the following: Option Explicit...
Robert McMurray's Blog [MSFT]
The New Look for IIS.NET
Posted
8 months ago
by
robmcm
0
Comments
Following up on today's public release of Microsoft Windows Server 2012 and Internet Information Services 8.0, you'll notice some big changes on the IIS.net website . Over the past few months, we've been working hard with several partners to roll out...
Robert McMurray's Blog [MSFT]
Windows Server 2012 and IIS 8 are now available!
Posted
8 months ago
by
robmcm
0
Comments
Microsoft has just released Windows Server 2012! You can find out more about this release on the Official Windows Server 2012 Launch Website (http://www.windows-server-launch.com). In tandem with the release of Windows Server 2012, the IIS team is...
Robert McMurray's Blog [MSFT]
Troubleshooting Custom FTP Providers with ETW
Posted
8 months ago
by
robmcm
0
Comments
I recently received a question from a customer about troubleshooting custom FTP providers, and I recommended using the FTP service's Event Tracing for Windows (ETW) features in order to help troubleshoot the problem. I've helped a lot of customers use...
Robert McMurray's Blog [MSFT]
Advanced Log Parser Charts Part 5 - Creating a Generic Chart Color Script
Posted
8 months ago
by
robmcm
0
Comments
In Part 5 of this series, I'll show you how to create a generic script that you can use to add some color to your Log Parser charts. As I mentioned in Part 1 of this series, the default colors for Log parser charts are really dull and boring. For example...
Robert McMurray's Blog [MSFT]
Windows Cache 1.3 for PHP 5.4
Posted
9 months ago
by
robmcm
0
Comments
The IIS team has officially signed off on the Windows Cache Extension (WinCache) version 1.3 for PHP 5.4, and the files have been uploaded to SourceForge . This version addresses all of the problems that were identified with WinCache 1.1 that customers...
Robert McMurray's Blog [MSFT]
WebDAV Website Importer for WebMatrix
Posted
10 months ago
by
robmcm
0
Comments
The other day I was talking with one of my coworkers, Yishai Galatzer , about Microsoft's WebMatrix . By way of introduction, Yishai is one of our senior developers on the WebMatrix project; I'm not sure if you've used WebMatrix, but it's a pretty handy...
Robert McMurray's Blog [MSFT]
Creating "Pretty" XML using XSL and VBScript
Posted
10 months ago
by
robmcm
2
Comments
I was working with an application recently that stored all of its settings in a large XML file, however, when I opened the XML in Windows Notepad, all I saw was a large blob of tags and text - there was no structured formatting to the XML, and that made...
Robert McMurray's Blog [MSFT]
Working with the Different IIS Express Modes and HTTPS
Posted
10 months ago
by
robmcm
5
Comments
I had another great question from a customer the other day, and I thought that his question was the perfect impetus for me to write blog that explained the different modes of IIS Express. The customer's issue was that he was trying to run IIS Express...
Robert McMurray's Blog [MSFT]
Error: Class Not Registered (0x80040154) when Querying FTP Runtime State
Posted
10 months ago
by
robmcm
0
Comments
I had a great question from a customer earlier today, and I thought that it was worth blogging about. The problem that he was running into was that he was seeing the following error when he was trying to query the runtime state for the FTP service in...
Robert McMurray's Blog [MSFT]
Using URL Rewrite with QDIG
Posted
10 months ago
by
robmcm
0
Comments
One of the applications that I like to use on my websites it the Quick Digital Image Gallery (QDIG) , which is a simple PHP-based image gallery that has just enough features to be really useful without a lot of work on my part to get it working. (Simple...
Robert McMurray's Blog [MSFT]
Microsoft IIS 8.0 Express Release Candidate is Released!
Posted
11 months ago
by
robmcm
0
Comments
In addition to all of the other great products that Microsoft has released today, I’m happy to announce the release of the Internet Information Services (IIS) 8.0 Express Release Candidate . You can install the IIS 8.0 Express Release Candidate...
Page 1 of 7 (161 items)
1
2
3
4
5
»