7
votes
5answers
785 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
2answers
447 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 …
3
votes
3answers
1k 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 …
2
votes
3answers
290 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
0answers
74 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 …
1
vote
1answer
164 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, …
1
vote
3answers
614 views
Web.Config Falling back to Global Config in Web Farm
Hi all,
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 …
1
vote
2answers
172 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
3answers
46 views
.net cache and its limitation in case of web farms?
hey. friends i dont know this question is really asked before or not ? but i need to know about .net cache and its limitation in case of web farms and not in case of web farms.. ?
0
votes
2answers
60 views
Validation of viewstate MAC failed
Dear All,
Help me how to solve this problem.
Error Time : 20091104 151412
Error Message : Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure …
0
votes
0answers
13 views
ISA 500 Error Detection
I wanted to know if it is possible for ISA to detect if a web server is giving out a 500 error and can stop requests to the server.
I found an option for it to check for port 80 and if it doesn't …
0
votes
0answers
77 views
Problem calling internal webservice method from an ASP.NET application in shared hosting webfarm
We have an ASP web application with a page that makes calls from the client to internal web service methods. Everything works fine when we deploy the application onto our local test server. However, …
0
votes
1answer
56 views
Update web.config in Web Farms
Hello,
I'm writing an ASP.Net Web Application that can be deployed to Web Farms. I've written some code to update a few config options (AD Membership server, Selected Theme, etc), but now i'm …
0
votes
3answers
164 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 …
0
votes
1answer
87 views
Asp.net Webapplication on a multiple servers
I was wondering what do i need to get my asp.net web application installed on multiple server, having them working as a one piece.
Thanks in advance,
