Questions tagged [web-farm]

Collection of web servers or services deployed behind a load balancer. Also called a server cluster.

Collection of web servers or services deployed behind a load balancer. Also called a server cluster.

For more explanation see the links:

https://en.wikipedia.org/wiki/Server_farm

https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/web-farm?view=aspnetcore-6.0

221 questions
0
votes
1 answer

FileSystemWatcher not working properly when large number of files are added to the watched directory

We want to create a webfarm for running our web application.For this we have used filesystemwatcher to get change notice and sync the changes of one server to other servers on webfarm.The filesystemwatcher works watches and notifies when one or two…
0
votes
1 answer

Webfarm authentication

Could someone help me with a problem of authentication asp. net webfarms? I have two applications: an application .net framework 3.5 with another .net framework 4.5 both use the same authentication system asp.net and have the same machine key. They…
0
votes
1 answer

Could we use Web Farm Framework 2.2 to create a server farm on windows server 2012?

We want our application to run on web server farm.Is it possible to create web server farm using web farm framework 2.2 on windows server 2012?We would be grateful if given detail setup procedure if possible.
0
votes
0 answers

How to synchronize runtime upload files in a web farm?

We like to run our asp.net web application to a web farm.A lot of files will be uploaded to the server at run time.What will be the best approach to synchronize the runtime uploaded files on web farm?
0
votes
1 answer

Passing data between two applications via third application

I have an asp.net application containing two pages Add/Edit Customer and Customer List(View). There is one more host ASP.NET application that uses ajax tab container/accordian to host above two pages in iframes. So as shown below TAB1 contains Edit…
techknowfreak
  • 259
  • 4
  • 18
0
votes
2 answers

.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.. ?
sikender
  • 5,883
  • 7
  • 42
  • 80
0
votes
0 answers

.NET Session Hopping in Web Farm

Recently migrated our .NET website to a Cloud environment with a gateway server acting as an IIS Web Farm to load balance our requests. Our application uses forms authentication through cookies and the web farm has server affinity checked at the…
Indy-Jones
  • 668
  • 1
  • 7
  • 19
0
votes
1 answer

RavenDbMessageBus for SignalR

Sooner or later I will need to run multiple SignalR hosts. I know what a MessageBus is and i know that there is a MessageBus for SQL Server and Redis. Implementing one for RavenDB looks doable. The question is: Since the application already uses…
esskar
  • 10,638
  • 3
  • 36
  • 57
0
votes
1 answer

Send HttpWebRequest to specific server than the one DNS automatically resolves to

I know IP addresses of our production servers which are in a web farm. I want to send httpwebrequest to specific server. For example, I want the request www.example.com to hit the IP 10.102.180.21 and measure response time. And I ll continue this,…
ARB
  • 285
  • 1
  • 6
  • 17
0
votes
2 answers

Using Stateserver Session in ASP.NET web farm

I have created an online shopping website which will be deployed on a web farm. As a result of this, I've decided to use the Stateserver Session Management provided by ASP.NET. Now, I have a login page. After the user logs in successfully I redirect…
0
votes
1 answer

how to send http request c#

we have web farm architecture. Load balancer is maintaining all the requests. I want to send a http request to the server of my choice. But i am unable to do so because of load balancer. I am doing this in a windows application. Could you please…
ARB
  • 285
  • 1
  • 6
  • 17
0
votes
1 answer

Application Request Routing - Single server webfarm setup in IIS

I'm trying to setup Application Request Routing (v2.5) on my Windows Server 2008 with IIS 7.5. So far I got this: IIS 7.5 running two sites www.domain1.com test.domain1.com IIS 7.5 with a webfarm called My-Farm with one server:…
ReFocus
  • 1,511
  • 1
  • 18
  • 24
0
votes
1 answer

Update web.config in Web Farms

I'm writing an ASP.Net Web Application that can be deployed to Web Farms. I've written some code to update a few config options (AD Membership server, Selected Theme, etc), but now i'm wondering how can they be synchronized between multiple servers?…
mgaspar
  • 3
  • 1
0
votes
2 answers

Best way to implement a session server using a database?

I am at a loss how to maintain it on a web farm. Could somebody tell me how to use sqlserver to maintain it?
Mike Miller
0
votes
2 answers

asp.net application in a Web farm installation issue

I have an application that is deployed in a farm that contains 2 front end server that are controlled by a Network Load Balaner In the application there is a Report part, the reports works as shown below. The application generates the report as a…
Ghyath Serhal
  • 7,466
  • 6
  • 44
  • 60
1 2 3
14
15