Mar 31, 2008
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...
0 comments
Tags: IIS
Mar 26, 2008
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...
0 comments
Tags: IIS
Mar 14, 2008
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...
0 comments
Tags: IIS
Feb 27, 2008
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 ) Read More...
0 comments
Tags: IIS
Jan 23, 2008
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...
0 comments
Tags: IIS
Jan 23, 2008
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...
0 comments
Tags: IIS
Jan 06, 2008
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...
0 comments
Tags: IIS
Jan 06, 2008
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...
0 comments
Tags: IIS