Steve Schofield's Blog

  • re: IIS 7.0 URL Rewrite Module 2.0 beta released

    It sure would be great if you could add a hook to perform a custom action in .net before the rule is applied.  I have some complex requirements that require database lookups for some of my URLs before they can be properly rewritten.  Any chance of this happening?

  • Summary of stats since 10/1/2008 as an IIS MVP, few thoughts.

    MVP's provide information about how they have been active in their respective community.   Here is some stats I calculated since 10/1/2008.  Since joining the IIS community three years ago as an MVP (I was previously an ASP.NET MVP).  Microsoft has focused on making the IIS community as dynamic as ASP.NET.  IMO, they've succeeded and it continues to grow.  Kudo's to the IIS team for providing a secure, dynamic platform in IIS 7.x.  The additional modules, thriving community portal site (www.iis.net)    I can see this continuing to grow.  It's fun to share my knowledge, learn new things and be part of a exciting community! 

  • Information Post on FTP, Active, Passive settings and SSL by Alun Jones

    I started hanging out in the newsgroups again, along with the forums at http://forums.iis.net  I ran across a particular interesting post by Alun Jones (Security MVP and maker of WSFTPD).   There are a fair amount of posts on http://forums.iis.net about FTP, some are confused by Active, Passive, and SSL settings. His posting in the newsgroups described this very clearly. (IMO).   What people are confused about is how Active, Passive connections are handled.

  • Thank you IIS team for the SEO toolkit, it helped correct over 500 errors.

    Here are my experiences about using the SEO toolkit by the IIS team.   I had a few sections I wanted to improve for search engines, using the SEO toolkit, it identified over 700 found errors.  I've reduced to 187 individual items, of which is tied to a few articles that need some reformating.   The articles will get touched up, which mostly are HTML markup.   This was VERY helpful in identifying items on my website (www.iislogs.com)   

  • One more reason to run IIS 7 - Thanks IIS team for the SEO toolkit!

    The IIS Search Engine Optimization (SEO) Toolkit provides a set of tools that can be used to improve Web site’s relevance in search results by making the site content more search engine-friendly. The IIS SEO Toolkit includes the Site Analysis module, the Robots Exclusion module, and the Sitemaps and Site Indexes module, which let you perform detailed analysis of site's structure and content and offer recommendations and editing tools for managing your Robots and Sitemaps files.

  • Application Pool warm-up

    I had a post the other day on forums.iis.net that I did some research and wanted to share.  It was regarding Application Pool warm-ups.  Currently, there is no settings to help after a recycle, crash of an app pool etc.  http://www.asp.net/learn/whitepapers/aspnet40/#_Toc223325464   ASP.NET 4.0 has some configuration posted here.  I know IIS 7.5 will have the plumbing to support this.   A few searchs on the internet (Google, Live) shows there is plenty of Sharepoint warm-up scripts and ideas.  Sharepoint is dreadfully slow on warm-up.   Here are a couple of handle links I found.

  • Configure Passive (PASV) ports for FTP 7 - w/pictures

    They say a picture is worth a 1000 words, in this case it's worth every one.  Recently in the forums @ http://forums.iis.net, a few posts came up people trying to setup FTP over SSL with an external firewall.  They were running into issues where they could connect, but couldn't get a directory list.  After answering a few threads stating the configuration to support FTP over SSL with PASV ports.   I thought I would blog what few steps to complete the config.    This blog isn't meant to be the 'end all be all', but will be a targeted post to help people visually.