Steve Schofield's Blog
-
IIS 7.0 Shared configuration.
One of my favorite features in IIS 7.0 is shared configuration. It makes setting up and maintaining a web-farm a piece of cake. Here are some articles I found on the topic. Shared configuration http://learn.iis.net/page.aspx/264/shared-configuration/...(read more)
-
IIS7 - post #66 - Installing PERL on IIS 7.0
Here are three links that discuss installing how-to install PERL on IIS 7.0. http://www.freenetbuilders.com/index.php?option=com_content&task=view&id=52&Itemid=54 http://forums.iis.net/t/1146580.aspx?PageIndex=1 http://forums.iis.net/t/1146580...(read more)
-
IIS7 - post #65 - IIS Manager extensibility experiences
I'm attempting to write a plugin for the product I developed to handle IIS and related log files. http://www.iislogs.com Right now, the way you manage IISLogs is using a Winforms application or updating the config file directly. Microsoft has made it...(read more)
-
IIS7 - post #64 - Various goodies for your IIS 7 environment.
The IIS team has been busy releasing all kinds of great stuff. Now that IIS 7 is production and extremely extensible, they have some new items available. Check them out. IIS 7 Admin pack technical preview #1 http://blogs.iis.net/rlucero/archive/2008/03...(read more)
-
IIS 7 - post #63 - Add IIS_IUSRS group to SQL 2005 local security
I had an interesting post @ forums.iis.net about adding the IIS_IUSRS group (replacement for IIS_WPG) to a SQL Server 2005 local server. If you try to add the group using MachineName\IIS_IUSRS it errors . If you put BUILTIN\IIS_IUSRS. That works. Here...(read more)
-
New www.iis.net is alive!
Interested in IIS 7.0? Check out www.iis.net and it's new section. I hang out in the forums, so if you have IIS and related questions, post at http://forums.iis.net...(read more)
-
MSDeploy.exe tool for content replication, sync IIS settings and more!
I'm not one for just cross linking to any article. This article is one of those cases! For those who are responsible for maintaining IIS servers. Probably one of the most needed tools is keeping settings, content and configuration in sync across multiple...(read more)
-
IIS7 - post #61 - Where did my iisapp script go?
As more IIS 6 administrators migrate to IIS 7.0, they'll ask the question, Where is the script to list my application pool and name of the site? IISApp is no more, just type %windir%\system32\inetsrv\appcmd.exe list wp Here is sample output. WP "6488...(read more)
-
IIS webcasts
Even though a lot of my blog postings are related to IIS 7.0, there is a LOT of existing information worth watching to strengthen your IIS 6.0 skills. There is between 70 and 80 webcasts on a wide variety of topics. Thanks to my Zune, I'm slowly going...(read more)
-
IIS7 - post #61 - Additional steps in building an IIS 7.0 server
One of the strengths of IIS 7.0 is the module architecture. Along with this feature, provides the MS team the ability to release additional components "out of band" that aren't necessarily part of the core install. This blog post is dedicated to some...(read more)