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
0 answers

Why is IIS shared config ignoring "make Server unavailable" from the GUI Settings in Management and Monitoring

we have an NLB with two servers and a shared config. A web farm with two other servers is set up on both servers. If I use "make server unavailable gracefully" on one of the web farm servers via management and monitoring, this setting is not…
0
votes
0 answers

App pool recycles when application runs in web farm

We have an application running in 2 web servers hosted in the web farm (F5) in window server 2016, IIS 10. When I have only one server running (stop IIS service in one server), everything works fine, but when both servers are running, it seems like…
0
votes
1 answer

How to change a boolean value in FARM

I am having an issue creating a router that updates a boolean false value to true in my mongodb. All of this is activated by a button on my front end. @router.post("/started", response_description="start fight") async def…
Brunyan
  • 1
  • 1
0
votes
1 answer

Is the DotNetOpenAuth in-memory store sufficient for web farms with a load balancer that has sticky sessions?

I am implementing DoNetOpenAuth as an Relying Party in an web farm environment. Is the default in-memory store sufficient for environments with sticky sessions? I have read a few post alluding that it does work here and here, but I don't have enough…
0
votes
1 answer

Web farm Error in Asp.Net

Recently I am getting an error message when try to do anything on my website. It only happens randomly(no specific page). Error is given below: Server Error in '/' Application. Validation of viewstat MAC failed. If this application is hosted by a…
Swaroop
  • 21
  • 1
  • 3
  • 7
0
votes
1 answer

Rolling Deployment of a web application in a web farm

We have asp.net web application with sql server that is deployed on server farm with federated databases. We use stored procedures (as opposed to prepared sql statements) and inproc sessions. As part of the achieving high availability (at least for…
Kiran
  • 376
  • 4
  • 12
0
votes
1 answer

IIS 10 ARR LoadBalancer Working more like Redundent Web Servers

We have configured a new webfarm using IIS10 with 3 hosts operating with the web traffic with a loadbalancing IIS ARR3.0 server sitting infront to balance incoming requests between all the nodes. During initial testing (Basic HTML pages) the round…
JonP
  • 3
  • 3
0
votes
1 answer

Does IIS 7.5 server farm need to be on a Domain? 2008 R

We are using Server 2008 R IIS 7.5 with an SQL DB on the backend. At the moment the system is working fine with three of the servers configured in a load balancing farm while communicating data back to the SQL DB. All of these servers are free…
steventoo
  • 1
  • 1
0
votes
2 answers

Event Log - Viewstate verification failed

Recently we upgraded our system from .net 1.1 to .net 2.0. Since doing so we have been getting errors in our event logs with the following error about every minute. It's weird but all client ips or user host address seems to be pointing to eastern…
m0g
  • 969
  • 2
  • 15
  • 30
0
votes
1 answer

root cause of "Validation of viewstate MAC failed" in a web farm

We have our application set up in a web farm. Sometimes, on submit of the page, we get the above error; other times the submit happens to be successful, and the postback happens. I seem to suspect one of the machines in the farm is defective. We…
deostroll
  • 11,661
  • 21
  • 90
  • 161
0
votes
2 answers

Web Farm file distribution

I'm looking for a way to move files from my machine to several servers on a web farm. I currently use beyond compare to move the files over; one BC session for each server on the farm. I'm fine with this because BC is fast and I like the control I…
Billy Coover
  • 3,827
  • 5
  • 36
  • 50
0
votes
1 answer

How to send request to another server with IIS ARR if a timeout occurs?

I need to setup a Web Farm with IIS 8/10. I'm experienced in managing IIS on a single machine, but not in a load-balancing scenario. I am planning to use Application Request Routing (ARR). Can I set-up ARR in IIS with a rule stating « Send request…
AlexLaforge
  • 499
  • 3
  • 19
0
votes
1 answer

Validation of viewstate MAC failed

Could someone please help me with this error. It usually occurs when the application is idle, or when session expires. Thank you HttpException (0x80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster,…
mko
  • 6,638
  • 12
  • 67
  • 118
0
votes
1 answer

How do I configure webfarm for a simple asp.net demo application

I am just making a demo application and want to configure asp.net to use webfarm. How can I do so? I have already configured my session mode to use SQL Server and it works perfectly. What should I do next? I am using Windows 7, SQL Server 2008 and…
TCM
  • 16,780
  • 43
  • 156
  • 254
0
votes
1 answer

ASP.NET Identity Core: invalid token for password reset on web farm

So, I've been reading the docs and I'm trying to make my site on a web farm. I've searched a lot of articles and it seems like setting the keyring to a common network path should be all that is required to get the data protection to work. In my…
Luis Abreu
  • 4,008
  • 9
  • 34
  • 63