0
votes
3answers
40 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
48 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 …
0
votes
0answers
12 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 …
0
votes
0answers
70 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 te …
0
votes
1answer
55 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), …
0
votes
3answers
162 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 w …
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.NE …
0
votes
1answer
85 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,
7
votes
5answers
758 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 Bala …
0
votes
2answers
234 views
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 …
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 …
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 …
1
vote
3answers
595 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 app …
1
vote
2answers
170 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 …
6
votes
2answers
437 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 doc …
