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