"Jason" <fowlerjp.DeleteThis@hotmail.com> wrote in message
news:uj2FoMDhDHA.944@TK2MSFTNGP11.phx.gbl...
> Hello,
> Looking at a server configuration for a new ASP.Net and Web Services
> application. The SQL backend will be a failover setup but the IIS for .Net
> is causing some issue. Server load is not a great concern however this app
> can never go down. It appears that the failover for IIS is strong
> discouraged and NLB is being pushed big. That is fine and I have a general
> under standing of the NLB and have set one up under 2k. The developers are
> worried about application state for the web app and services. The new
server
> will all be running 2003 Ent Edition. Will NLB handle the session state
> information and when can I get the info?
You can either manage session state with ASP.NET or use Client Affinity in
NLB to route requests from the same IP to the same server.
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;323437" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;323437</a>
--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: New ASP.Net application Cluster?