ASP.net Load Balancing HELP

  • Thread starter Thread starter Nigil LaVey
  • Start date Start date
N

Nigil LaVey

I have a server configured for load balancing
main server domain name is myserver.com and IP is 192.168.0.60
shadow server domain name is myserver.com and IP is 192.168.0.69

so if I keep on reloading a page or just trying to access to page, will
Figure 2 comes into scene where
Top Frame IP for Figure 2 is 192.168.0.69? cos load balacing is the one that
designate the target source when server is having massive traffics

Please Advise,
Lavey


Figure 1.
+--------------------------------------------------------------------------------------+
|
|
| Main url:http://myserver.com/main.aspx
|
| Main IP:192.168.0.60
|
|
|
|
+-------------------------------------------------------------------------+
|
| | Top Frame url:http://myserver.com/top.aspx |
|
| | Top Frame IP:192.168.0.60
| |
|
+-------------------------------------------------------------------------+
|
| | Bottom Frame url:http://myserver.com/bottom.aspx |
|
| | Bottom Frame IP:192.168.0.60
| |
|
+-------------------------------------------------------------------------+
|
|
|
+--------------------------------------------------------------------------------------+


Figure 2.
+--------------------------------------------------------------------------------------+
|
|
| Main url:http://myserver.com/main.aspx
|
| Main IP:192.168.0.69
|
|
|
|
+-------------------------------------------------------------------------+
|
| | Top Frame url:http://myserver.com/top.aspx |
|
| | Top Frame IP:192.168.0.69
| |
|
+-------------------------------------------------------------------------+
|
| | Bottom Frame url:http://myserver.com/bottom.aspx |
|
| | Bottom Frame IP:192.168.0.60
| |
|
+-------------------------------------------------------------------------+
|
|
|
+--------------------------------------------------------------------------------------+
 
sorry for the ugly layout after sending.... have changed to a much better
one.

I have a server configured for load balancing
main server domain name is myserver.com and IP is 192.168.0.60
shadow server domain name is myserver.com and IP is 192.168.0.69

so if I keep on reloading a page or just trying to access to page, will
Figure 2 comes into scene where
Top Frame IP for Figure 2 is 192.168.0.69? cos load balacing is the one that
designate the target source when server is having massive traffics

Please Advise,
Lavey

Figure 1.
=======================================
Main url:http://myserver.com/main.aspx
Main IP:192.168.0.60

-----------------------------------------------------------------
Top Frame url:http://myserver.com/top.aspx
Top Frame IP:192.168.0.60
-----------------------------------------------------------------
Bottom Frame url:http://myserver.com/bottom.aspx
Bottom Frame IP:192.168.0.60

=======================================

Figure 2.
=======================================
Main url:http://myserver.com/main.aspx
Main IP:192.168.0.69
 
Back
Top