Browse by Tags

All Tagsiis6metabase (RSS)
  • Webalizer (stone steps) for IIS6.0 -ADSI Perl Script - automatic generation of Web Stats

    For those of you who want to produce Web statistics for IIS6.0, i have created a perl script which parses iis6.0 and produces stats for every virtual server. The script runs once everyday. I use Stone Steps webalizer. An improved version of webalizer ( http://www.stonesteps.ca/ ) See just below the script;...
    Posted to Forum by pilio on 03-10-2008, 11:47 AM
  • IIS World Wide Web Publishing Service Restart after many changes on IIS manager

    I have a server with a lot of web sites, everytime a do many changes to a website ussing IIS manager the World Wide Web Publishing Service Restart itself with event ids 7035 7036 (no errors), my problem is that because i have too many websites and they are all live it is not acceptable the restart, beside...
    Posted to Forum by jortizv on 02-22-2008, 10:43 AM
  • Strange problem changing "PeriodicRestartTime" using VBScript

    Hi there, I'm using this small bit of code to disable the "Recycle worker processes (in minutes)" (PeriodicRestartTime) option. set objMBUrl=GetObject("IIS://localhost/w3svc/AppPools/DefaultAppPool") objMBUrl.Put "PeriodicRestartTime", 0 objMBUrl.SetInfo This works fine...
    Posted to Forum by mikeb29 on 02-06-2008, 6:34 PM
  • Application configuration in IIS 6.0 for ASP and ASP.Net

    Hi, I am having trouble figuring out which options in IIS apply only to Classic ASP and which option applies only to ASP.Net in general. I am particularly having trouble for the application configuration options that can be reached by clicking website properties --> home directory --> configuration...
    Posted to Forum by abhishek172 on 11-29-2007, 11:00 AM
  • IIs 6 in a large environment

    hello all, I am starting a job as an IIS administrator first the good news. I have worked with it before and had success in a small environment. bad news is I have not worked with it in a large environment. I have a quick learning curve and the company knows that I have not worked with it on a large...
    Posted to Forum by tali96 on 10-14-2007, 12:50 AM
  • Re: Get list of all sites using ASP.NET running on IIS6

    Tom, Each site node under W3SVC will be in the form of a siteid, like "IIS://localhost/W3SVC/1". Also, each of the site nodes will have the KeyType = IIsWebServer. You do not need to do this recursively, since all site nodes are directly under the W3SVC node. Also, there are other nodes under...
    Posted to Forum by mvolo on 10-09-2007, 5:05 PM
  • Re: how to change the charset HTTP header ?

    You can write an ISAPI filter (native code) to set the charset, or map the file to ASP.NET and write an IHttpModule to generate the desired charset header. If its acceptable to group different types of files under separate directories, you may be able to take advantage of the custom header feature in...
    Posted to Forum by mvolo on 10-05-2006, 3:10 AM
Page 1 of 1 (7 items)
Page view counter