hi Can anyone help me Regarding this.How to run same domain from two different windows dedicated servers?
if that domain is not involving in any database update then we can setup diff nameservers and dump the exact files in those servers
If you have windows 2003 servers with IIS 6, you can refer the following document: http://download.microsoft.com/download/2/d/b/2dbc5788-dc19-413b-bbdc-18286938640f/iis-failover.doc Kailash
For that you will require to setup load balancing. The link which I have provide will work only if the primary server goes down. It is failover mechanism. Kailash
Best method when a site is growing is to have two servers. First server as web front end - run webserver, php, apc memcached etc Second more powerfull server as db server - mysql.