Browse by Tags
All Tags »
IIS Topics »
Scripting (RSS)
Many years ago I wrote the following KB article: How To Schedule Metabase Backups Using WSH Truth be told, I wrote the script in that article to help me manage several servers that I controlled. Once I finished the script, I found myself routinely giving
Read More...
I had a great question from someone the other day about enabling WebDAV on IIS 6, so I wrote a simple Windows Script Host (WSH) utility that does the trick. Because I'm a firm believer that writing code for one person will ultimately benefit someone else,
Read More...
Around a year ago I wrote a blog entry titled " Converting NCSA log files to W3C format ", which showed how to use the MSWC.IISLog object to convert log files in the NCSA format back to W3C format. I wrote that blog entry to make up for the fact that
Read More...
Recently I had to work with a customer that was trying to use a 3rd-party utility that read W3C log files and it was failing to complete processing. I had the customer send me his log files, and upon examination I discovered that t he trouble was occuring
Read More...
One of my servers has a large number of individual web sites on it, and each of these web sites has several serveral server bindings for different IP addresses, Port Assignments, and Host Headers. As I continue to add more web sites on the server, it
Read More...
( Note : I had originally posted this information on a blog that I kept on http://weblogs.asp.net , but it makes more sense to post it here . [:)] ) Like many web programmers, I host several hobby web sites for fun. (They make a wonderful test bed for
Read More...
One of the great utilities that ships with IIS is the CONVLOG.EXE application, which converts W3C or MS Internet Standard log files to NCSA format, where they can be processed by any of the applications that only parse NCSA log file information. The trouble
Read More...