If you are referring to round robin DNS then you simply need to configure an identical web site (in terms of content and host header) on a different web server and configure that host in your DNS.
Currently, we're investigating three different methods. 1. Make use of a state server 2. Make use of SQL server 3. Chuck everything into hidden fields I, personally, [URL=http://abteilungsleiter.org/jobs]Jobs[/URL] would like to see option number one go into
place as we don't have a dedicated database for option number two and option number three seems like a messy hack. The problem I currently face is that my manager is not happy [URL=http://abteilungsleiter.org/stellenmarkt]Stellenmarkt[/URL] with the single
point of failure provided by a state server (our SQL server is replicated, so no troubles there). Is there something that [URL=http://abteilungsleiter.org/stellenangebote]Stellenangebote[/URL] can be done about replicating the state server or somesuch?
mkavand
5 Posts
mirror dns
Jun 20, 2009 12:29 PM|LINK
hi ,
how can i set the mirror web site in deffrent iis for my web site if i can modify my dns sserver ..?
dns mirror
Paul Lynch
1589 Posts
Re: mirror dns
Jun 20, 2009 06:29 PM|LINK
Hi,
If you are referring to round robin DNS then you simply need to configure an identical web site (in terms of content and host header) on a different web server and configure that host in your DNS.
Regards,
MCSE
ajay_uiet
3 Posts
Re: mirror dns
Jun 22, 2009 09:46 AM|LINK
I think u have to make another same web site and all unassigned used in advanced
mkavand
5 Posts
Re: mirror dns
Jun 22, 2009 10:33 AM|LINK
thank u .
I setting another iis for my web site in another server and another valid ip ,,,
would you please help me on setting my dns , i using microsof dns consol ,
mkavand
5 Posts
Re: mirror dns
Jun 22, 2009 10:48 AM|LINK
no actuly , I just want to set mirror to break my site`s traffic
tomkmvp
7657 Posts
MVP
Moderator
Re: mirror dns
Jun 22, 2009 01:48 PM|LINK
You need to setup a web farm with network load balancing:
http://www.bing.com/search?q=site%3Amicrosoft.com+iis+nlb&mkt=*&FORM=IE8SRC
http://mvp.support.microsoft.com/
Imfalasiel
1 Post
Re: mirror dns
Aug 06, 2009 12:36 PM|LINK
Paul Lynch
1589 Posts
Re: mirror dns
Aug 06, 2009 12:53 PM|LINK
Hi,
If you want to make your design resilient then you should use SQL server to store your session data.
However, it is possible to load balance the State server service as described here :
ASP.NET Session State Partitioning using State Server Load Balancing
Regards,
MCSE