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
PHP
powershell
Scripting
Sharepoint
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
October 2008 (5)
September 2008 (4)
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
September 2006 - Posts
1
Comments
Peek into Operations Magic on Microsoft.com Blog, Webcasts, and Whitepapers on IIS.NET
by
steve schofield
This is a "great" article published on http://www.iis.net http://www.iis.net/News/Item.aspx?i=1191 Check it out!
Filed under:
IIS
0
Comments
How-to display a "Friendly Name" when using CDOSYS in a script.
by
steve schofield
This tip shows how to have a return address display with a friendly name instead of an email address. How to use in a VBS script Dim imsg Set iMsg = Createobject("cdo.message") With iMsg .To = "John Monday <something@changeme.com>"...
Filed under:
VBS
13
Comments
Schedule a task to call a webpage using Task scheduler.
by
steve schofield
One frequent question I see in the newsgroups is "How do I schedule a task to run in IIS?” This article discusses one technique using a VBS Script and Windows Task Scheduler. Using Windows Task scheduler allows custom jobs to execute without...
Filed under:
VBS
0
Comments
IIS7 interviews on Channel9
by
steve schofield
This is worth watching if you are interested in learning more about IIS7. (Ken Schaefer (IIS MVP) and Chewy Chong) http://channel9.msdn.com/Showpost.aspx?postid=233984 Several videos by the Channel gang regarding IIS7. http://channel9.msdn.com/tags/IIS
Filed under:
IIS
1
Comments
SMTPDiag - troubleshooting email issues
by
steve schofield
SMTPDiag is a handy tool for tracking down SMTP based issues. I recently used in a newsgroup posting that was helpful along with a few other times at http://www.orcsweb.com . It is definitely one of those tools worth having if you have to troubleshoot...
Filed under:
IIS
,
SMTP
2
Comments
Use Logparser to extract information from a remote server application event log.
by
steve schofield
I was recently extracting information from an application event log for a particular issue. Using Logparser made it very simple to just get what I needed. Hope this helps. 'Extracts information for 'mydomain.com' and puts in a file called...
Filed under:
Logparser
0
Comments
Installing Dotnetnuke 4.x on Windows 2003 w/SP1 domain controller - update
by
steve schofield
I wrote an article how to install Dotnetnuke 4.x on a Windows 2003 SP 1 domain controller . Here is a "gotcha" I wanted to pass along thanks to Michael J. van Zwieten . Thanks a bunch for passing this along. I updated the article. Here is Michaels...
1
Comments
IIS7 - post #9 - Reading MIME Types w/code
by
steve schofield
I try to visit as many IIS7 places as possible. One item mentioned not in the IIS7 GUI is how to add MIME types. Well, I couldn't figure how to add them but I can 'read' them from my Vista RC1 machine. How to add will be in another posting...
Filed under:
IIS
2
Comments
Vista RC1, IIS7 - Microsoft.Web.Administration code samples
by
steve schofield
I installed Vista RC1 / 5600 edition and have been experimenting with the Microsoft.Web.Administration namespace. These are examples I got working on my local machine running Vista Ultimate Edition. Hope these help. If you find a more efficient way, by...
Filed under:
IIS
0
Comments
IIS7 - post #8
by
steve schofield
Here is sample code to return a collection of Application Pools using WMI and IIS7. This is dynamic because this could be used to retrieve from a local machine or altering the code to connect to a remote server running IIS7. Here is an article that explains...
Filed under:
IIS
,
WMI
More Posts
Next page »