-
Posted to
IIS7 - General
by
aplevine
on
08-14-2009, 3:59 PM
In high availibility environments, should WAS be set to Automatic startup? Thanks in advance!
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
aplevine
on
08-05-2009, 3:34 PM
This is a question regarding the use of Client Affinity across multiple web farms on the same ARR server. Should I change the Client Affinity cookie name from the default "ARRAffinity" to a unique name for each web farm?
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
aplevine
on
05-18-2009, 10:35 AM
Ruslan,
I've added my rules to my last reply. Does it make sense what I am trying to do?
Thanks in advance,
Alan Levine
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
aplevine
on
05-18-2009, 9:04 AM
<globalRules>
<clear />
<rule name="ARR_Core2Uat_loadbalance" enabled="true" patternSyntax="Wildcard" ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
aplevine
on
05-17-2009, 8:56 PM
not sure if you received my reply with my rules. please let me know and I will reply again if needed.
<globalRules>
<clear />
<rule ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
aplevine
on
05-17-2009, 11:37 AM
Thanks for the reply! Here are the current rules. The top-most rule should be invoked for the host name WEBAPPUAT with conditions for specific applications. Using a wildard rule, I tried to qualify the hostname with *webappuat* or http://webappuat*, but this did not work. ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
aplevine
on
05-15-2009, 5:04 PM
Here is the scenario. We have ARR receiving requests for 2 distinct hostnames. We'll call then http://WEBAPP1 and http://WEBAPP2. Both host names have the same IP and resolve to the same ARR server.
WEBAPP1 and WEBAPP2 have 2 servers behind them. In ARR I have 4 web farms. ...
-
Posted to
IIS7 - Performance
by
aplevine
on
03-31-2009, 5:19 PM
In the "old" days of Windows Server 2003, 2000, and NT4, we set up our IIS servers with the following settings:
My Computer -> Properties -> Advanced -> Performance -> Settings ->
Visual Effects -> Adjust for best performance
Advanced -> Processor Scheduling
Background Services
Advanced -> Memory ...