IIS related scenario
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi to every one. I am in a situation and finding the way to figure it out. I have a web server hosting multiple web sites. Now i added some more web servers to same sub net mask. But these are not live servers. So now i want that when main server receives some requests for sites, it will transfer the request to other servers in the subnet. So that the complete bunch of requests is divided up to different servers and processed faster. In short i want to implement a load balancing scenario. It is my own student research. No commercial work is included. Please guide me through it. Should i implement some HTTPListener or i have write some ISAPI extension for IIS. Thanks in advance.