IIS6 + Site Number
From: Frederic Henry (anonymous_at_discussions.microsoft.com)
Date: 02/17/04
- Next message: AiPing: "Installing SQL Reporting Services on IIS6 machine with Sharepoint"
- Previous message: Pat [MSFT]: "Re: Help Analyze IISState log"
- Next in thread: David Wang [Msft]: "Re: IIS6 + Site Number"
- Reply: David Wang [Msft]: "Re: IIS6 + Site Number"
- Reply: Yogita Manghnani [MSFT]: "RE: IIS6 + Site Number"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 19:46:05 -0800
I'm trying to change the UploadReadAheadSize for one specific script, but I can't find the site number (or at least I don't think I can).
I've gone through the metabase.xml file, and I thought I had found it, and since IIS6 does not have a metaedit equivalent it's hard to verify this.
My script is the following:
Dim WebServer, UploadReadAheadSize
Set WebServer = GetObject("IIS://localhost/W3SVC/sitenum/folder/script.asp")
' Get UploadReadAheadSize property
UploadReadAheadSize = WebServer.UploadReadAheadSize
' Set another size
WebServer.UploadReadAheadSize = 0
WebServer.SetInfo
But whenver I use a site number, folder, and proper script file (not as listed above) I get the following error:
(null): The system cannot find the path specified.
Which, since the path/script file name are accurate, I'm not getting the site number correct.
Any help would be appreciated. Thanks.
fh.
- Next message: AiPing: "Installing SQL Reporting Services on IIS6 machine with Sharepoint"
- Previous message: Pat [MSFT]: "Re: Help Analyze IISState log"
- Next in thread: David Wang [Msft]: "Re: IIS6 + Site Number"
- Reply: David Wang [Msft]: "Re: IIS6 + Site Number"
- Reply: Yogita Manghnani [MSFT]: "RE: IIS6 + Site Number"
- Messages sorted by: [ date ] [ thread ]