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:
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:
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: ,
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:
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: ,
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:
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:
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:
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: ,
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: ,
More Posts Next page »