Steve Schofield Weblog
Windows Server MVP - IIS
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Access2007
ajax
appcmd
ASP.NET
Certification
debugging
Exchange
Exchange2007
FTP
grdotnet
Homer
HyperV
IDS
IIS
IISLogs
Image Burner
localhost
Log Analysis
Logparser
Longhorn
Manage IISLogs
perl
powershell
Scripting
SimpleCMS
SMS
SMTP
SQL
sql injection
SQL Perfmon counters
Troubleshooting
UNC
VBS
Vista
Volume Licensing
WAST
WDS
WebDAV
WinDBG
Windows Services
WMI
Zune
News
Navigation
Home
Blogs
Archives
July 2008 (6)
June 2008 (7)
May 2008 (16)
April 2008 (4)
March 2008 (6)
February 2008 (5)
January 2008 (9)
December 2007 (8)
November 2007 (3)
October 2007 (5)
September 2007 (6)
August 2007 (7)
July 2007 (11)
June 2007 (11)
May 2007 (8)
April 2007 (9)
March 2007 (12)
February 2007 (6)
January 2007 (13)
December 2006 (13)
November 2006 (7)
October 2006 (15)
September 2006 (13)
August 2006 (8)
July 2006 (7)
June 2006 (10)
May 2006 (4)
April 2006 (2)
March 2006 (5)
January 2006 (1)
December 2005 (2)
September 2005 (1)
October 2004 (2)
August 2004 (1)
July 2004 (1)
June 2004 (1)
May 2004 (1)
April 2004 (4)
March 2004 (2)
January 2004 (4)
Blogs
Scott Guthrie
David Penton
Kristofer Gafvert
Brett Hill
David Wang
Ken Schaefer
Chris Crowe
Chris Adams
Steve Smith (ASPAlliance guru!)
Bernard Cheah
IIS Team blogs
Mike Volodarsky
Bill Staples
David Wang #2
Hoster Poser
Hosting Needs
ORCSWeb, Inc
Misc components
IISLogs - #1 component for managing log files
Misc Links
SecurityFocus
Nessus network scanner
IISLists
IISToolbox by Tom K (IIS MVP)
IIS-Digest
IIS-Resources
IIS.net
December 2006 - Posts
0
Comments
IIS7 - post #25 - Debugging Vista / IIS7 using Integrated Mode app pool
by
steve schofield
Here is how-to enable debugging on Vista / IIS7, using an application pool in Integrated Mode. You can either use Visual Web Developer or Visual Studio 2005. Thanks Scott Guthrie / Rick Strahl for providing the steps on how-to do this. Assume you installed...
Filed under:
IIS
0
Comments
IIS7 - post #24 - Curious about running Vista and IIS7?
by
steve schofield
Article by Rick Strahl - http://www.code-magazine.com/Article.aspx?quickid=060103 Good Read... Steve Schofield Microsoft MVP - IIS
Filed under:
IIS
1
Comments
Logparser and finding information 'between two times'
by
steve schofield
I'm finding working with Logparser and dates is a bit involved. Here is a query I used to extract files between two times stored in W3SVC logs. logparser "select date,time,cs-uri-stem,sc-status,count(*) into out.txt from \\Server\wwwlogs\w3svcXXXXX...
Filed under:
Logparser
5
Comments
IIS7 - post #23 - Vista and SMTP server. Where is it?
by
steve schofield
Where is my SMTP server on Vista? I'm not sure why more developers haven't asked this question. Simple, it is not included - http://blogs.iis.net/bills/archive/2006/09/18/IIS7-_2D00_-Vista-vs.-Longhorn-Server.aspx Here are a couple I've used on Vista...
Filed under:
IIS
,
SMTP
0
Comments
IIS7 - post #22 - IIS7 and Powershell info
by
steve schofield
I've been reading up on Powershell and found a few articles on IIS7 related material. Using Powershell will be handy with IIS7 because of the new WMI provider. Also, check out my blog post on Powershell reference links.. An Introduction to Windows...
Filed under:
IIS
,
powershell
1
Comments
Powershell references
by
steve schofield
For the last few years, every holiday season I 'geek' on a particular technology. This year, Powershell has been generating a lot of buzz in the admin community. I decided to jump on the bandwagon and check out what this Powershell thing is about...
Filed under:
powershell
0
Comments
Extract TOP 10 - '500 errors' from IISLogs using Logparser
by
steve schofield
SELECT TOP 10 cs-uri-stem, sc-status, count(*) INTO filename_top10_500.csv FROM \\ServerName\PathToWWWlogs\w3svcSITEID\exYYMMDD.log where sc-status=500 group by cs-uri-stem,sc-status order by count(*) DESC"
Filed under:
Logparser
2
Comments
Find top 10 requests using Log Parser.
by
steve schofield
I've been using Logparser and posting some common used Queries. SELECT TOP 10 cs-uri-stem, COUNT(*)FROM "REPLACE_WITH_PATH_TO_LOGFILES_IIS_formats_logs_exYYMMDD.log" GROUP BY cs-uri-stem ORDER BY COUNT(*) DESC
Filed under:
Logparser
0
Comments
Web-based management tool for sql 2005.
by
steve schofield
A co-worker passed this along. Looks interesting. The First Web-Based Management Tool Specially Designed For SQL Server 2005 http://www.mylittleadmin.com/en/welcome.aspx
0
Comments
IIS7 - post #21
by
steve schofield
It has been a week or so since reading up on IIS7. Training, using up my remaining vacation time cut down on my IIS geek time. Here is a few additional resources on IIS7. 'The place to start learning IIS7. TechCENTER on http://www.IIS.net http://www...
Filed under:
IIS
More Posts
Next page »