Tagged Questions
The webfarm tag has no wiki summary.
11
votes
5answers
4k views
Allowing Session in a Web Farm? Is StateServer Good Enough?
First of all to give you a bit of background on the current environment. We have a number of ASP.NET applications, all of which use session for certain aspects. We are "Load Balanced" over multiple ...
6
votes
3answers
753 views
SessionID changing across different instances in Azure (and probably in a web farm)
I have a problem with an Azure project with one WebRole but multiple instances that uses cookieless sessions. The application doesn't need Session storage, so it's not using any session storage ...
6
votes
2answers
102 views
In a web farm environment, should we base the system date/time to the web servers or the database server?
Assuming there are a number of load-balanced web servers in a web farm, is it safe to use the app/web server time in the application code for getting the system date/time or should we leave this ...
6
votes
1answer
614 views
ASP.NET MVC CookieTempDataProvider: any experience?
UPDATE: looks like I've misunderstood what TempData is for and what it isn't. It definitively shouldn't be used to "keep certain session-wide data" as I asked initially (see ASP.NET MVC TempData Is ...
6
votes
3answers
1k views
The ideal multi-server LAMP environment
There's alot of information out there on setting up LAMP stacks on a single box, or perhaps moving MySQL onto it's own box, but growing beyond that doesn't seem to be very well documented.
My current ...
5
votes
1answer
169 views
Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?
I have what I think is a fairly complicated question so I will do my best to articulate it here.
I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but have ...
5
votes
3answers
3k views
Experiences using software load balancing vs. a hardware load balancer?
The ASP.NET application that I am currently responsible for at my day job has hit its limit in terms of its ability to scale inside a single server. Obviously we are working toward moving session out ...
4
votes
5answers
418 views
Scaling an ASP.NET application
This is a very broad question, but hopefully I can get useful tips. Currently I have an ASP.NET application that runs on a single server. I now need to scale out to accommodate increasing customer ...
4
votes
2answers
819 views
nHibernate strategies in a web farm
Our current project at work is a new MVC web site that will use a WCF service primarily to access a 3rd party billing system via a web service as well as a small SQL database for user personalization. ...
3
votes
1answer
389 views
ASP.Net 4.0 web farm caching
In ASP.Net 4.0 which is the best way of storing the cache object when we go with webfarm ,
1) Windows Server AppFabric
2) Separate State Machine / SQL Server
3) Thrid party caching mechanisms / ...
3
votes
1answer
426 views
Possibly really stupid Web Farm Framework question
My apologies if this is a really stupid question, but I have installed and set up the new Microsoft Web Farm Framework in a UAT environment with a controller machine, a primary, and a secondary ...
3
votes
1answer
385 views
Make an ASP.NET MVC application Web Farm Ready
What will be the most efficient way to make an ASP.NET MVC application web-farm ready.
Most importantly sharing the current user's information (Context) and (not so important) cached objects such as ...
3
votes
2answers
61 views
SharePoint In 2 Locations - any way of making fast for both?
Our company has offices in the US and the UK. We have a MOSS 2007 SharePoint installation which is located in the US but both UK and US use and share the same content.
As a result, our UK office ...
2
votes
1answer
79 views
How common is web farming/gardens? Should i design my website for it? [closed]
I'm running a ASP.NET website, the server both reads and writes data to a database but also stores some frequently accessed data directly in the process memory as a cache. When new requests come in ...
2
votes
1answer
142 views
determining which server (in a web farm) the asp.net ajax request came from?
I was thinking how we can find out which server the page was served from: I'd do so by doing something like put a hidden variable on the page which has the IP or server name from the server it got ...
2
votes
1answer
64 views
Is there any documentation for the RegKey provider for Web Farm Framework?
Is there any documentation out there for the "Application Provisioning" providers in the Web Farm Framework?
2
votes
1answer
214 views
Authentication with a Web farm
Given the idea of a web application (.NET 3.5+)
Browser
web app
the authentication using forms will result in a similar line of code
FormsAuthentication.SetAuthCookie(strUsrNm, True)
this is ...
2
votes
2answers
540 views
Can't use WCF NetPeerTcpBinding in ASP.NET?
I write applications for web farms and I wanted to create a simple peer network between server applications so they could pass messages to each other. For example, to coordinate when dropping cache ...
2
votes
2answers
645 views
Workflows stuck 'in progress' when moved to sharepoint farm environment
We have developed a number of custom approval workflows in visual studio 2008. They basically create task and work through a 2 stage approval process, once a task is completed, it generates new tasks ...
2
votes
5answers
666 views
What is the difference between Web farm and Web Garden?
What is the difference between Web farm and Web Garden ?
Please help.
2
votes
1answer
288 views
Are there any decent compiler web services?
Here's the idea: you commit your code to a repository and call a web service (or enter the request through a web app) to have it compiled. The results are then pushed up to a FTP server, S3 bucket, ...
2
votes
4answers
1k views
Web server farms with IIS ? Basic Infos
Can somebody point me to a resource that explains how to go about having 2+ IIS web server clustered (or Webfarm not sure what its called) ?
All I need is something basic, an overview how and where ...
1
vote
1answer
37 views
Can Squish It publish files to a CDN
I just found squish it, it looks very promising but I need to upload my js and css scripts to our CDN servers. We have 10 web servers and an external CDN.
Is there a way to upload the compressed ...
1
vote
1answer
62 views
ASP.NET Chart not showing in Web Farm Env
We are using Microsoft's charting control built-in ASP.NET 3.5 but Chart image sometimes doesn't come up. Instead, it shows a broken Image icon.
We are using SQL Server for session and we have 2 ...
1
vote
2answers
234 views
Azure/web-farm ready SecurityTokenCache
Our site uses ADFS for auth. To reduce the cookie payload on every request we're turning IsSessionMode on (see Your fedauth cookies on a diet).
The last thing we need to do to get this working in ...
1
vote
1answer
82 views
Share information between two load-balanced IIS servers
I've two load-balanced IIS servers, and I need to share some information between them.
The information is not related to the user session, so I don't see how a session state provider could help here.
...
1
vote
0answers
55 views
web farm application issue with compilation
I have an application in a web farm which it consists of 4 web servers.
Every time I made a change on the application and I upload it on the server I am getting an error which said that the *.DLL ...
1
vote
1answer
57 views
A/B testing on IIS 7
I'm interesting to setup A/B testing environment using IIS7 and web farm.
But I faced with problem regarding ARR.
Could somebody share an idea how to set it up using web farm toolkit?
I need to know ...
1
vote
1answer
296 views
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 ...
1
vote
1answer
234 views
Login issues on shared SQLServer session state of web-farm
Per a question I posted yesterday, our website's DNS structure has changed to round-robin DNS which literally swaps back and and forth between two production servers. Our web.config for both prod ...
1
vote
2answers
1k views
Adding machineKey to web.config on web-farm sites
We (out IT partner really) recently changed some DNS for a web farmed site we have so that the two production server have round-robin DNS switching between the two. Prior to this switch we didn't ...
1
vote
3answers
384 views
Create an scalable ASP.Net MVC web site without using Session
I'm working on a Web project using Asp.Net MVC, which I'll have to deploy to a farm environment.
I've read a lot of articles and I'm thinking on disabling completely the SessionState, I think this ...
1
vote
1answer
236 views
Web application architecture in a web farm
I know there are a some changes to a web application when moving from a single web server to two, or more, web servers. But architectually, are there any other changes to consider when adding more ...
1
vote
2answers
116 views
Are there any patterns for monitoring log4net exception logs from across a cluster of web servers?
Are there any patterns or practices for monitoring log4net exception logs across a cluster of web servers. I have considered several options including the following:
A central database
A log file ...
1
vote
1answer
236 views
Can we use Web Farm and Web Garden together?
Web farm is used for multiple request and multiple user using switching among them.
Web Garden creates worker processes for every processor individually for one user.
Is it possible to use worker ...
1
vote
1answer
96 views
Multiple webservice calls
I have a webservice (ASP.NET) deployed on a webfarm. A client application consumes it on daily basis. The problem is that some of its calls are duplicated (with difference of milliseconds). For ...
1
vote
1answer
170 views
Any examples of implementing DotNetOpenId on ASP.NET State Server?
We have dotopenopenId implemented on our web farm which currently uses scaleout. We want to replace ScaleOut with ASP.NET State Server, but I'm wondering if there are any examples of the interfaces ...
1
vote
0answers
120 views
Programmatically retrieve requested protocol with c# from web farm load balanced with ISA
Scenario: The infrastructure that a website is built on consists of a web farm fronted with ISA servers, these ISA servers terminate the SSL of any given website and the requests between the ISA ...
1
vote
4answers
963 views
Maintain a user's session state in an ASP.NET MVC app hosted on a web farm
What is the best way to maintain a user's session state in an ASP.NET MVC app hosted on a web farm?
Out application currently uses the standard ASP.NET session on IIS 6.0 but we want to move the app ...
1
vote
3answers
2k views
Web.Config Falling back to Global Config in Web Farm
This problem has several of us stumped in the office. We are all new to deploying ASP.NET apps to a web farm, and I am fresh out of ideas.
We have a web farm, and the application is copied on to all ...
1
vote
2answers
332 views
Strategies for pushing updates to an ASP.NET webfarm?
How do most people handle updating ASP.NET applications running in a webfarm? I am having the problem that because the app is in use and the request affitnity is not sticky, when we push the update ...
0
votes
0answers
9 views
Share point FASTSearch configuration
I have two servers in my sharepoint farm envornment, is there any way to get the crawled properties on first server to the other server.
Please help..
0
votes
1answer
11 views
ASP.NET MS Chart can I use Http Handler to Read and Write the Tempory Image from a web service
My application is deployed to a web farm that does not use sticky sessions (unfortunately this is not an option). I would like to write the chart image to a web service and read it from there as the ...
0
votes
0answers
15 views
Shared .NET Web Farm with Multi Tenants
If we have three different three-tiered web applications that share one web-farm environment, what is the best architecture for the app-tier to isolate each of three web application from one another? ...
0
votes
1answer
23 views
How hard is it to setup a session state database for ASP.NET applications in an IIS farm?
How hard is it to setup a session state database for ASP.NET application running in an IIS farm?
I've received advice to never store anything at all in session state in my new ASP.NET 4 / IIS 7 ...
0
votes
1answer
46 views
Invalidating Browser Cache of Static Resources
I'm working on caching of static resources. Often when a script or style is changed, it will cause problems for people for a while until their browser decides that it is time to invalidate its cache ...
0
votes
1answer
17 views
Cpanel/WHM solution in microsoft windows server
Does Microsoft provide a web hosting solution similar to Cpanel/Whm in linux?
what i really want is to build a powerful server where i give my org developer a cpanel-like tool to manage their sites ...
0
votes
1answer
69 views
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 ...
0
votes
0answers
36 views
Data caching for an ASP.NET website in a web farm environment
I've done some searching and haven't found a specific answer. Anyhow, I was wondering how most medium sized ASP.NET based websites cache data so that they don't always have to database look ups for ...
0
votes
0answers
85 views
Losing Session State using StateServer on IIS7 Windows Server 2008
I have done extensive googling on this issue, we have 4 servers, all using the same application path/pool name, with no underscores in the server name etc. We used InProc session state mode first but ...