Forum Discussion
J_46981
Nimbostratus
Jul 26, 2007BigIP fronting IIS 6.0 w ASP.NET
More of an inquiry to confirm some suspicions I have, but am having difficulty proving to the IIS management team.
I have 2 IIS/ASP.NET appservers behind BigIP in a round-robin config. I am seeing some issues with performance for the sites and was investigating configurations on the the app server that may be getting in the way.
I came across the property for my machine.config. Now that limits the amount of concurrent connections any single machine can have to the App Server. Makes sure no one can flood the server, yadda yadda.
Now MS sets it low by default, 2 I believe. Now for a raw server 2 connections per asset may be enough for a small workgroup without showing any perf loss. Now put that server behind BigIP and my hypothesis is that because BigIP masks the consumers IP and IIS only sees the BigIP "client" IP. Thus you would only be able to have two connections open for any amount of clients since they all look like BigIP.
Now I am far from a BigIP expert, but if anyone has any official recommendations from F5 on tuning ASP.NET behind BigIP it would be greatly appreciated.
I have the MS recommendations for tuning [http://support.microsoft.com/kb/821268], but would love to see a whitepaper from BigIP as it will really help us make the case to have that machine setting changed.
J
- Deb_Allen_18Historic F5 AccountNot sure how helpful I can be since I am not an ASP expert, but in general, to LTM, ASP webserver just looks like any other webserver, so standard webserver load balancing optimizations would in order:
- Simon_Wright_85
Nimbostratus
Its possible to raise the number of connections higher than 2 and the following article from MS explains this a bit more. Its also worth noting that the number of connections is per AppDomain and not per physical webserver so depending on how your application is setup this may not be a problem. - J_46981
Nimbostratus
Thanks Simon and Deb for your thoughts. I have seen the MS article which we are using to help justify the default configuration change, but as that relates to a direct Client-Server route it doesn't take into account the Big-IP middle-man how I read it. The limit by the AppDomain does alleviate some of the issue as you note, but since some of our applications are implemented as virtual directories of the root virtual application I believe they share the same appdomain [could be wrong]. - Deb_Allen_18Historic F5 AccountI found these docs specific to IIS:
- J_46981
Nimbostratus
Appreciate all of the follow-up Deb.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects