May 31, 2011
The Customer Scenario I ran into an interesting situation recently - I host a website for a friend of mine, and he was shopping around for a new website template. He found one that he liked, but he didn't like the colors. In fact, he wanted the exact...
1 comments
Tags: IIS TopicsScripting
Mar 11, 2010
One of the many projects that I've been working on for the past several months is an updated version of the IIS 7 configuration reference that describes every configuration setting for IIS in detail, which is located at the following URL: http://www.iis...
1 comments
Tags: IIS Topics
Feb 09, 2010
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...
1 comments
Tags: IIS TopicsWebDAV
Dec 27, 2009
Like many people I know, I get a lot of email from various industry-related publications; some of the emails are spam, and the others are from computer magazines that I subscribe to. (And there are several of those. ;-] ) Anyway, I received an email the...
5 comments
Tags: IIS TopicsWebDAVFTP
Nov 29, 2009
A few months ago I wrote a blog post that was titled " Merging FTP Extensibility Walkthroughs - Part 2 ", where I described how to merge my FTP Dynamic IP Restrictions Authentication Provider walkthrough with my FTP Provider that Sends an Email when Files...
0 comments
Tags: IIS TopicsFTP
Oct 13, 2009
Recently I ran into an interesting situation when I was rolling out a new web-based application. I had tested it on my development server, and because it was a rather complex application I wanted to test it on my production server before making it live...
4 comments
Tags: IIS Topics
Sep 25, 2009
Following up on my last blog post about the API set for the IIS Database Manager , I have something of a secret to let you in on - you can use the code samples in several of those API documents to create a fully functional provider for Microsoft Access...
3 comments
Tags: IIS Topics
Sep 24, 2009
Today Microsoft released version 1.0 of the IIS Database Manager , which enables you to manage local and remote SQL Server or MySQL databases through the IIS Manager. I cannot stress enough how this module has rapidly become one of my favorite extensions...
3 comments
Tags: IIS Topics