All TagsIIS6metabase (RSS)
  • IIsWebServer tag in metabase.xml file

    I'm new to IIS, and currently supporting an application running on IIS v6.0. We are getting the '413' error and trying to resolve it by setting the UploadReadAheadSize. I noticed there are 2 IIsWebServer tags in the metabase.xml file. 1st one has location="/LM/W3SVC/1", 2nd one...
    Posted to Forum by solotenk on 09-16-2009, 2:24 PM
  • Re: IIS Mime Type configuration using C++

    Instead of using ADSI in this way, you should use the higher level (but still C based) Admin Base Objects ... that IIS exposes ... see this for more details: http://msdn.microsoft.com/en-us/library/ms525941.aspx Using ABO, you can reference objects like the MimeMap collection much easier. Dave
    Posted to Forum by davcox on 07-02-2009, 3:51 PM
  • IIS stopped logging after reinstall

    I'm running 32Bit Windows Server 2003 Standard IIS 6.0 Reinstalling Windows on the server, as usual I made a backup of all IIS settings by using the "Backup/Restore Configuration" tool, and copying the two backup-files C:\Windows\System32\inetsrv\MetaBack\<backupname>.MD0 C:\Windows...
    Posted to Forum by Gertsen on 04-28-2009, 3:32 AM
  • 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 (10 items)
Microsoft Communities