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

jQuery serializeArray + ajax.post IE (only) occasionally does not pass form elements to ashx Handler

My .ashx Handler called from a jQuery AJAX post occasionally does not receive form elements in the HttpContext.Request. When this happens, the Request contains either only ViewState elements or has no elements at all. It has failed OCCASIONALLY only…
SAF
  • 1
  • 2
0
votes
2 answers

ASP.NET Session object & web farm

When the application is served from a web farm, a Session object CANNOT be used. Is that true?
Stefan Fachmann
  • 555
  • 1
  • 5
  • 18
0
votes
1 answer

How store List in session from web farm server?

Where I work, is having migration of several web applications (WebForm and MVC) to a web-farm. The session will be managed by SQL Server. The problem is ever legacy! For those cases more easier of use the session, store strings, returns and etc, the…
huntzrlz
  • 3
  • 2
0
votes
1 answer

asp.net webfarm deployment

Can somebody point me to a resource where I can details on considerations for deploying asp.net application in web farm scenarios ? Is web farm deployment a consideration when during low level design ?
0
votes
1 answer

In ASP.Net web farm is database dependent Caching a good approach?

I was looking at using data caching with database dependency for a web farmed ASP.Net app. So each web server in the web farm would automatically refresh its Cache value as soon as the database value changes. This would appear to keep all Cache…
Sunil
  • 20,653
  • 28
  • 112
  • 197
0
votes
1 answer

Can I route HTTPS requests to HTTP application, using IIS7 ARR?

I have an application server installed, listening for HTTP traffic on a port which is not blocked from the world by a firewall. I wish to expose the services offered by this application only through HTTPS, preferably as a "sub directory" of the…
Jørn Schou-Rode
  • 37,718
  • 15
  • 88
  • 122
0
votes
1 answer

Securing web.config and app.config in a web farm scenario programmatically

This is my first post on this forum. I have a question in regards to securing connection strings in web.config and app.config for a solution I am working on. I have a web farm with a central node that's used to push out the solution to all the…
Rami Alhamad
  • 281
  • 1
  • 3
  • 9
0
votes
1 answer

Elmah within a Web Farm

I've got a project that I'm working on that's going to be running on a Web Farm, we are also planning to use Elmah as our exception handler, we had a few custom requirements that I'm not sure are technically possible. We want each Server within the…
MDo
  • 307
  • 2
  • 10
-1
votes
1 answer

Random() instance in web farm

I'm running an application on multiple web servers that communicate with a distributed in-memory caching cluster, where I generate exclusive lock IDs on the application server -- the problem is that in high concurrency of parallel execution it is…
Sivart
  • 315
  • 1
  • 3
  • 12
-1
votes
4 answers

Send mail with attachment C#

I am writing an application that is supposed to send an email, with up to 3 attachments. It is just a really simple web form, with 3 FileUpload controls to browse the possible attachments. The application is deployed in a webfarm and of course runs…
Guillermo Gruschka
  • 167
  • 1
  • 3
  • 16
-10
votes
6 answers

efficiently pass files from webserver to file server

i have multiple web server and one central file server inside my data center. and all my Web server store the user uploaded files into central internal file server. i would like to know what is the best way to pass the file from web server to file…
SHM
  • 1,896
  • 19
  • 48
1 2 3
14
15