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

for mix of x86 and x64

I have server which runs Windows 2003 (x86) and want to add windows 2008 R2, which is x64. Is it possible to have them work as webfarm? I have issues with aspnet membership recognition between servers. I already have machineKey defined at app…
st78
  • 8,028
  • 11
  • 49
  • 68
0
votes
0 answers

High Availability ASP.Net MVC on Azure Web App throwing 500 Internal Server Error

We have one ASP.Net Pure MVC application (.Net MVC and jQuery). But due to traffic increasing clients wanted to move on HADR (High Availability Disaster Recovery) using Microsoft Azure Web App. So we have deployed the same on 2 different Web App by…
0
votes
1 answer

AppDomain handy information lost in load balanced scenario

I am using handy information from HttpContext and ClaimsIdentity in AppDomain memory of a LoadBalanced Server. It is not accesible on the other LoadBalanced Servers even if Session is stored in outProc/SqlServer. Below is the MVC.Net 5 code specific…
0
votes
1 answer

SSL CSR for server farm on IIS

I have 2 IIS web servers with my website hosted. I have a 3rd server with IIS for ARR. I have created a server farm with name ABC.com on 3rd server and added the 2 IIS web servers to the farm. Disabled SSL offloading for security purpose. My…
0
votes
1 answer

Kentico 9 Web Farm Synchronization

Our team of developers is investigating an issue in Kentico 9 that relates to web farm servers. Initially we wanted to check web farm synchronization as it may be related to another issue experienced with smart search index. Then we found out that…
0
votes
0 answers

Using Web Deploy to synchronize web application files

We develop a website that our customer is using internally, we host the application in 3 - 10 windows servers for them. If we want to modify the content of our application, we are forced to access all the servers manually and deploy in all of them.…
0
votes
1 answer

Robust and Accurate IIS Reporting tool for fail over IIS Services

Good day, I need to be able to produce IIS usage reports for our SharePoint 2007 Custom application. The application runs on 2 IIS 6 Service farm for load balance/fail over purposes. Here is the list of requirements that my management poses:…
dexter
  • 7,063
  • 9
  • 54
  • 71
0
votes
0 answers

How do I deploy an Asp.Net Core app on a web farm?

Currently we have 4 separate IIS servers all running behind an HA Proxy load balancer. With Traditional ASP .Net, we've been taking a web deploy package and loading them to the first server, and then just using MSDeploy to sync all of the servers…
Nick Jacobs
  • 579
  • 2
  • 9
  • 29
0
votes
1 answer

What is Web Farm and Web garden in asp.net?

Could any one explain me the difference between the Web Farm and Web Garden with some real time scenario?
Hemant Kumar
  • 4,593
  • 9
  • 56
  • 95
0
votes
0 answers

ChartImageHandler and web farm environment getting 404 error

I am using asp.net ChartImageHandler to generate charts in my .aspx pages, Everything was working great until we tested application on a web farm environment. The problem is that for some requests, Chart returns 404 error and cannot find the image,…
Rathma
  • 1,196
  • 2
  • 33
  • 65
0
votes
1 answer

URL Rewrite, Web Farm, and ASP.NET MVC 3: The virtual path 'null' maps to another application, which is not allowed

For reference: Scott Guthrie's Microsoft Web Farm entry. Using Microsoft Web Farm, you put a "URL Rewrite" to direct inbound traffic to the web farm. Using ASP.NET MVC 3, I get the following error: The virtual path 'null' maps to another…
Zachary Scott
  • 20,968
  • 35
  • 123
  • 205
0
votes
0 answers

IIS Multiple Server Farm Configuration?

i got 10 IIS Server Farm and total 5 server on my configuration same machine. Each server farm has different arr configuration with different domains. What is the best aproch to configure application provisioning. Now i use one provision farm to…
0
votes
0 answers

ASP.NET MVC Anti Forgery Token - Apps in same IIS Server

I have more than one app running in a IIS and I get the following error: The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web…
0
votes
1 answer

Impact of session state read only in a web farm

Recently to allow concurrent requests at some level and to increase the performance, we enabled EnableSessionState="Readonly" for one our .aspx page for read only access for session data. I would like to know enabling this in web farm, will this…
Shaiju T
  • 6,201
  • 20
  • 104
  • 196
0
votes
1 answer

64 bit machine with WSS on it (not the MOSS)

Is it possible to build a 64 bit machine and just install the free WSS and then attach it to the 32 bit Farm (where both WSS and MOSS are installed)? If yes, can someone point me to the right article or list all the things need to be done in order…
Jamil Ferdaus
  • 167
  • 1
  • 3
  • 11