Steve Schofield Weblog
Windows Server MVP - IIS
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Access2007
ajax
appcmd
ASP
ASP.NET
Certification
Classic ASP
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
August 2008 (5)
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
June 2006 - Posts
1
Comments
Using the 'forfiles.exe' to manage log files
by
steve schofield
Here is a good tip I received in the IIS newgroups managing log files. Thanks 'Tomek' for passing this along. 1) Create - BAT-File (in the same Path like forfiles.exe) 2) forfiles.exe - syntax forfiles - pC:\path\to\log-files - s -m*.* -d-60 -c"cmd /C...
Filed under:
IIS
0
Comments
My new *position* - GLUGnet Membership Director
by
steve schofield
I attended a .NET user group in my area (GLUGnet) - http://www.glugnet.org and wanted to get involved. I accepted the GLUGnet Membership Director position. This is a volunteer position. Hopefully, I can do a good job making the user group better! I received...
0
Comments
Joe Stagner presenting at our July 20th (GLUGnet) user group meeting.
by
steve schofield
Mark your calender, here is information about our next user group meeting! The evolution of the Web Application User Experience with Microsoft Atlas - Web 2.0 & AJAX are the buzzwords of the next generation of web development. This session will provide...
Filed under:
ASP.NET
,
ajax
1
Comments
Local .NET user groups - attend one!
by
steve schofield
I attended two local user groups this week. West Michigan .NET user group ( http://www.grdotnet.org ) and GLUG - Greater Lansing user group ( http://www.glugnet.org/ ). It has been a while since I attended a user group meeting but this is a real jewel...
Filed under:
IIS
0
Comments
MVP switch to IIS (Internet Information Server)
by
steve schofield
I switched to a Windows Server - IIS MVP. http://mvp.support.microsoft.com/communities/mvp.aspx?product=1&competency=Windows+Server+-+IIS&page=1 IIS7 here we come!
Filed under:
IIS
0
Comments
Show friendly display name in the "FROM" and "TO" fields using CDOSYS
by
steve schofield
I was trying to find an example that would display a "Friendly name" vs. an "email address" when generating emails using CDOSYS. Here is the code to do this. Set imsg = Createobject("cdo.message") With iMsg .To = "John Monday <firstname@changethistoyouremail...
Filed under:
IIS
0
Comments
Developing a Module using .NET / IIS7 - updated example
by
steve schofield
This is a good article, example code how to protect your files using BASIC authentication in IIS7. This articles shows how to protect asp, html, aspx files. The code has been updated. http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=942 Enjoy...
Filed under:
IIS
,
Vista
0
Comments
Setup webcast for IIS7
by
steve schofield
This is a good webcast on IIS7 regarding setups. This webcast is about 40 minutes and does a good job showing the process. Hopefully in a few days I can pass along my WMI experiences using these new tools and features. Enjoy! http://www.iis.net/default...
Filed under:
IIS
,
Vista
5
Comments
WMI - start a process on remote machine and passing custom credentials.
by
steve schofield
I use System.Management in .NET 2.0 to connect, pass custom credentials to a remote machine and query with WMI frequently. This is straight forward and there are many examples showing the syntax how to do this. However, while working with remote IIS7...
Filed under:
IIS
,
WMI
0
Comments
IIS 7 tutorials for IT pro and developers
by
steve schofield
I've been running Vista / Longhorn this past week. My focus has turned to IIS7 internals, I found 14 examples that are worth going through. http://www.iis.net/default.aspx?tabid=2&subtabid=21&q=%&category=16&Version=7.0
Filed under:
IIS
,
Vista
More Posts