-
Posted to
IIS7 - Configuration & Scripting
by
sammy_1
on
11-16-2009, 11:28 AM
AllI need to automate the install of some features on IIS 7.0 like the Web-Http-Redirect Web-Custom-Logging and so on. Which API should I use? and why, pkgmgr.exe or ServerManagerCmd.exe? What is the official recommendations from the expert?
I used pkgmgr.exe for long time but now it has been failing silently on some of the ...
-
Posted to
Configuration & Scripting
by
sammy_1
on
10-03-2008, 3:23 PM
Is there any way in APPCMD to create an app that belong to the parent site application pool or default the parent application pool without knowing the name of the parent application pool.??
I’m creating an app called production in my Website called sale
The issue I have is that the production App directly joins the DefaultAppPool
I want to ...
-
Posted to
IIS 7 - Troubleshooting
by
sammy_1
on
09-24-2008, 6:21 PM
With IIS7 is there a way to configure the TCP window size? , Out of the box it appears to default to 256 bytes. Older versions of IIS (6) seem to have a much larger default in the order of 64k. DO we have a control over this value
Also where are the chunking option located in the http header? and is there a way to disable ...
-
Posted to
Troubleshooting
by
sammy_1
on
09-17-2008, 4:36 PM
I see different behavior for IE and FirFox when target the same application when the WebServer is IIS 7.0, but according to the header analyzer response object is different so I guess IIS might have something to do with it, especially apache is working fine
On FirFOX
GET /html/scripts/cookie.js HTTP/1.1
HTTP/1.x 304 Not ...
-
Posted to
Troubleshooting
by
sammy_1
on
08-29-2008, 2:42 PM
Hi Knawal
Thank you for the response, what you have said make sense.
The issue I facing with is that I need to automate the process of the redirect through .bat file using the appcmd on many systems.
appcmd.exe set config "Default Web Site/sales" -section:system.webServer/httpRedirect /enabled:True ...
-
Posted to
Troubleshooting
by
sammy_1
on
08-25-2008, 9:01 PM
There seems to different behavior in the http redirect module between IIS 7.0 and IIS 6.0.
In IIS 6.0 if you create a virtual directory and then redirect the virtual directory to some other locations the redirect is tied to the virtual directory alias/name, you can create a second and third virtual directory with the same physical location and ...
-
Posted to
IIS 7 - Troubleshooting
by
sammy_1
on
08-06-2008, 4:48 PM
I have a situation I need to redirect a vdir to another file
or directory
Once I redirect the vdir to http url that seems to be working
fine, but the redirection to file or directory is not working.
Is there a components or something that is missing ?
Working scenario
appcmd.exe set config "Default Web ...
-
Posted to
IIS7 - General
by
sammy_1
on
06-30-2008, 1:19 PM
Metabase Compatibility component works great, I just need to make a decision for my group whether I should re-code some VBS scripts that was written for IIS 6.0 and works fine for IIS 7.0, or I rewrite the legacy script using the appcmd.
Using Metabase Compatibility components will save time and energy (I do not have to rewrite the ...
-
Posted to
IIS7 - General
by
sammy_1
on
06-23-2008, 4:01 PM
MY application will only configured correctly on IIS 7.0 with the Metabase
Compatibility component turned on, because the script uses an IIS 6.0 API.
When the Metabase Compatibility component is enabled with
that compromise on the performance and the security of IIS 7.0. ?
-
Posted to
IIS7 - Administration Pack
by
sammy_1
on
06-18-2008, 10:49 PM
.
I want to automate a few things by generating scripts in Configuration Editor, any one know what section in Configuration Editor. responsible for creating or Editing virtual directories and Adding and deleting ISAPI Filters?, I found something under system.webserver for the Filter but not sure about the virtual ...