English 中文(简体)
Cheapest way to mirror an ASP web application on IIS with SQL Server Express
原标题:

Rather than relying on one server, is it possible to achieve high availability with two servers and no hardware load balancer?

Either Network Load Balancing and have SQL Server Express mirrored between the two servers (IIS would be on both servers too) or using something like Round Robin DNS and again mirrored databases between two servers?

问题回答

Yes, if you use IIS 7, you can just install ARR (Application Request Routing http://www.iis.net/download/ApplicationRequestRouting ). To sync the content you can use Web Deploy to sync the content ( http://www.iis.net/download/WebDeploy ).

Syncing SQL Express is something that I would not be able to help, I would strongly recommend using a full SQL Server and just point both servers to it.





相关问题
Multiple webservice calls

I have a webservice (ASP.NET) deployed on a webfarm. A client application consumes it on daily basis. The problem is that some of its calls are duplicated (with difference of milliseconds). For ...

How to create an ASP.NET web farm?

I am looking for information on how to create an ASP.NET web farm - that is, how to make an ASP.NET application (initially designed to work on a single web server) work on 2, 3, 10, etc. servers? We ...

.net cache and its limitation in case of web farms?

hey. friends i dont know this question is really asked before or not ? but i need to know about .net cache and its limitation in case of web farms and not in case of web farms.. ?

热门标签