Tagged Questions

0
votes
2answers
18 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
55 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
3answers
141 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 …
0
votes
1answer
51 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), …
1
vote
0answers
69 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 …
7
votes
5answers
705 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
1answer
82 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,
0
votes
2answers
209 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
3answers
576 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 …
2
votes
3answers
268 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 over …
1
vote
2answers
165 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
417 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 …
1
vote
1answer
162 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 …