March 2008 - Posts

0
Comments

IIS7 - post #65 - IIS Manager extensibility experiences by steve schofield

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...
Filed under:
0
Comments

IIS7 - post #64 - Various goodies for your IIS 7 environment. by steve schofield

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...
Filed under:
0
Comments

Log Parser, unique page views and unique IP's by steve schofield

I've been working with Log parser lately and wanted to pass along a couple queries. I have a in-depth filter that involved using three Log parser functions ( EXTRACT_EXTENSION , EXTRACT_FILENAME , EXTRACT_PATH ). Each have their own purpose but combined...
Filed under:
2
Comments

IIS 7 - post #63 - Add IIS_IUSRS group to SQL 2005 local security by steve schofield

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...
Filed under:
4
Comments

IIS7 - post #62 - IIS 7.0 Resource Guide book from MS Press by steve schofield

I'm excited to announce I was a contributing author to the Internet Information Services (IIS) 7.0 Resource Kit by MSPress. The book was released on 3/5. There was multiple IIS team members contributing including; Olga Londer, Mike Volodarsky , Carlos...
2
Comments

Detecting permission issues using auditing and process monitor by steve schofield

I was working on a post @ http://forums.iis.net about a permissions issue. One of the first things I recommend is use Process Monitor. I honestly think this tool should be built into the OS. My 3 suggestions, do you run Filemon, Regmon and is auditing...
Filed under:
More Posts