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

Web Farm Application deployment best practices

We are having a web farm which hosts multiple ASP.Net applications. We typically have 4 servers on the farm. The dilemma which i am having is in terms of capacity issue of the farm. Lets say i have currently got 200 apps in total. Should I deploy…
rauts
  • 1,018
  • 9
  • 21
0
votes
1 answer

IIS 8.5 Batch Update Folder Paths

We currently have a web farm of three servers and the application code is held on a fileshare on a separate device. We are running a project to migrate the applications to a separate storage device which will ultimately have a different root UNC…
aaroncatlin
  • 3,203
  • 1
  • 16
  • 27
0
votes
1 answer

I need complete tutorial about how make load balancing at ASP.net 4.0 Web server

I want to make load balancing at my server. My current configuration: web application is netframework 4.0 running on 1 vps sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="60"/>
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
0
votes
2 answers

Scheduled Tasks - aspx page to be called at schedule time on server

I have one asp.net web site. Now I want to have an .aspx page to be called at specific time everyday. (Without Window Scheduler / windows service). I want to achieve this task without Window Scheduler and windows service because some client don't…
prog1011
  • 3,425
  • 3
  • 30
  • 57
0
votes
2 answers

storage for uploaded images on a web farm

I work on mvc.net application. Client is going to move production on a cluster environment. The problem is I store images in the local file system. Images can be dynamically uploaded by users through web site interface. How can I change the…
Egor4eg
  • 2,678
  • 1
  • 22
  • 41
0
votes
1 answer

Web Farming [Tomcat] using delta manager performance issues

We are doing Web farming (Tomcat) for scalability and to increase throughput. But we are not getting results as expected. Scenario 1- (Standalone Tomcat) Load Generator Jmeter (One instance) Server Tomcat(One instance) Throughput…
0
votes
2 answers

How to use the cache for store constants from DB in Asp.Net WebForms on the web farm?

I have any experiences with caching of the data in the Asp.Net Webforms applications. I have the web farm with the four servers. I have a table with the constants in MSSQL Server. I don't want to select these constants with every http request from…
Jenan
  • 3,408
  • 13
  • 62
  • 105
0
votes
0 answers

Synchronizing machine keys in ASP.NET web application

I have a web application which is implemented using ASP.NET Web forms. The problem is that my login system is not working well on a hosting which is a web farm. The issue is that user gets logged out automatically after 1 min being logged in onto…
perkes456
  • 1,163
  • 4
  • 25
  • 49
0
votes
1 answer

Paypal Express checkout in web farm environment

We have an intermittent problem which I was hoping I could get some help with. Our website uses PayPal's ExpressCheckout method whereby the customer is redirected to PayPal's site and is then returned to our site to complete their purchase. The…
user2669338
  • 175
  • 1
  • 2
  • 8
0
votes
1 answer

Synchronize access to keys stored in distributed cache (SharedCache)

In my project I am using SharedCache as a distributed caching mechanism. There are multiple instances of a service deployed in webfarm which accesses this cached data. The data which is cached is transient and can have updates. I would like to know…
0
votes
4 answers

ASP.NET session lost but only for one particular user

I have an ASP.NET application that is running on two load balanced servers. Everything is working fine except for one group of customers. All of these customers are coming from the same company. Randomly, an unhandled NullReferenceException error…
HitLikeAHammer
  • 2,679
  • 3
  • 37
  • 53
0
votes
1 answer

Configure IIS Web Farm to prefer specific server

I've setup a Web Farm in IIS 8 (Windows 2012) with ARR 3.0. The Farm has two servers. Is it possible to configure all requests to be directed to a specific server (if healthy) and only if this server is not healthy, the requests to be directed to…
yann1s
  • 47
  • 7
0
votes
1 answer

SignalR in WebFarm

I am trying to deploy my signalR based web application in ‘load balanced web farm’ using AWS Elastic load balancer and Auto Scaling. My application architecture is such that all users send messages from web browsers to server, and server send these…
Zeni
  • 947
  • 1
  • 12
  • 24
0
votes
1 answer

Configuring DataProtectionSecurityStateEncoder, to resolve CryptographicException in Web Farm

We have an Authenticated WCF service running in a web farm that is intermittently throwing this error: MessageSecurityException: The SecurityContextSecurityToken has an invalid Cookie. The following error occurred when processing the Cookie: 'Error…
Chris
  • 3,487
  • 3
  • 25
  • 37
0
votes
1 answer

How to make web farm work on MVC application?

How to make web farm work on MVC application? at least a full example from A to Z
Duha
  • 811
  • 1
  • 12
  • 26