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 (5)
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
January 2007 - Posts
3
Comments
IIS7 - post #29 - 100 days and counting of IIS7 / Longhorn
by
steve schofield
I was celebrating my http://iislogs.com server has been up for 100 days by geeking on HTTP Modules / HTTP Handlers. I'm still working through my HTTP module / handlers example. Once I have the code finished, I'll post up. I found some good links...
Filed under:
IIS
1
Comments
Basic Powershell examples, couple useful commands
by
steve schofield
I've been bitten by the Powershell bug. My scripting background tells me I should really learn this tool. Since I've been writing console applications for a few years, mostly to do WMI and related Web service calls. This should be fairly easy...
Filed under:
powershell
2
Comments
Searching logfiles with Powershell, Log parser, Findstr, QGrep
by
steve schofield
I'm on a mission! I have to search log files that are between 150 MB and larger. These are syslogd files generated. Here is sample output. 2007-01-15 00:00:10 Mail.Debug 111.111.111.111 join[00000]: server.steve.net[1.1.1.1] 1168837209-0ff301650000...
Filed under:
Logparser
,
powershell
0
Comments
Debug Diagnostic Tool v1.1 download
by
steve schofield
The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or fragmentation, and crashes in any Win32 user-mode process. http://www.microsoft.com/downloads/details.aspx?FamilyID...
Filed under:
IIS
0
Comments
System.Web.Mail and PDF getting corrupted workaround
by
steve schofield
I was troubleshooting an issue where I was sending an email using .NET 1.1 and attaching PDF files. The PDF files where getting an error when trying to open the attachment. Here is what was displayed in Adobe reader. "There was an error processing...
Filed under:
IIS
,
SMTP
2
Comments
Log parser looking for items in cs-uri-query example.
by
steve schofield
Here is a command using Log parser to retrieve a specific value in the cs-uri-query item. LogParser -I:iisw3c "SELECT * INTO Filename.csv FROM \\ServerName \\ServerName \ShareName\W3SVC111\*.log where cs-uri-query Like '%http://bc0.cn/1.js%'"...
Filed under:
Logparser
4
Comments
IIS7 - post #28 - 86 days and counting for IIS7
by
steve schofield
If longhorn RTM runs as well as RC1 has, things are going to be really awesome! My RC1 (version 5600) Longhorn server has been up for 86 days and counting. I'll put some stats together to see how many requests http://iislogs.com has served. Memory...
Filed under:
IIS
8
Comments
How to fix - HTTP Headers – Always return 200 code
by
steve schofield
I found an article that explains in further detail how to make the "404 Not Found" show-up even when using a custom error page. You need to add <% response.status = "404 Not Found" %> to your custom 404 webpage and the appropriate...
Filed under:
IIS
0
Comments
IIS7 - post #27 - Powershell & Microsoft IIS Web.administration blog
by
steve schofield
Found this blog by Tobin Titus . Definitely check it out! http://blogs.iis.net/tobintitus/archive/2006/11/30/powershell-and-microsoft-web-administration.aspx http://blogs.iis.net/tobintitus/archive/2006/12/01/more-on-iis-7-administration-with-powershell...
Filed under:
IIS
,
powershell
1
Comments
IIS7 - post #26 - Logging in Vista options
by
steve schofield
I'm following a thread in the newsgroups, actually I replied a few times about setting Logging options at a global level. Unlike previous versions of client OS's, Vista allows more than 1 site. One thing that I couldn't find was the Logging...
Filed under:
IIS
,
appcmd
More Posts
Next page »