active questions tagged webfarm - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T11:53:10Zhttp://stackoverflow.com/feeds/tag/webfarmhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1717302/net-cache-and-its-limitation-in-case-of-web-farms0.net cache and its limitation in case of web farms?Sikender2009-11-11T18:51:57Z2009-11-11T19:08:21Z
<p>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.. ?</p>
http://stackoverflow.com/questions/1672573/validation-of-viewstate-mac-failed0Validation of viewstate MAC failedYayan2009-11-04T09:15:01Z2009-11-04T09:44:00Z
<p>Dear All,
Help me how to solve this problem.</p>
<p>Error Time : 20091104 151412
Error Message : Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Source : System.Web
StackTrace : at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError)
at System.Web.UI.ViewStateException.ThrowMacValidationError(Exception inner, String persistedState)
at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)
at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState)
at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState)
at System.Web.UI.HiddenFieldPageStatePersister.Load()
at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.bla_bls_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\87932190\f6393965\App_Web_slwxkxn3.2.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Target Site : Void ThrowError(System.Exception, System.String, System.String, Boolean)
Inner Exception : System.Web.UI.ViewStateException: Invalid viewstate.
Client IP: 172.16.153.71
Port: 1466
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727)
ViewState: /wEPDwUKLTg3MDIzOTc1Ng9kFgICAw9kFgICAw9kFgJmD2QWBgIdD2QWAgIBDzwrAA0BAA8WBB4LXyFEYXRhQm91bmRnHgtfIUl0ZW1Db3VudAIUZBYCZg9kFioCAQ9kFhpmDw8WAh4EVGV4dAUDODU4ZGQCAQ8PFgIfAgUKMSAgICAgICAgIGRkAgIPDxYCHwIFDE5ZS1UgNjEwOTc1MGRkAgMPDxYCHwIFAzQwJ2RkAgQPDxYCHwIFA05ZS2RkAgUPDxYCHwIFClgtUHJlc3MgMjFkZAIGDw8WAh8CBRQzMCBPY3QgMjAwOSAwNDowMDowMGRkAgcPDxYCHwIFB1RFTEZPUkRkZAIIDw8WAh8CBQJJS2RkAgkPDxYCHwIFAkZHZGQCCg8PFgQeCUJhY2tDb2xvcgqmAR4EXyFTQgIIZBYCAgEPDxYCHwIFCkluIFByb2Nlc3NkZAILDw8WBB8DCqcBHwQCCGQWAgIBDw8WAh8CBRQwNCBOb3YgMjAwOSAxMTowMDowMGRkAgwPZBYCAgEPDxYCHwIFBkV4ZmFjdGRkAgIPZBYaZg8PFgIfAgUDODU1ZGQCAQ8PFgIfAgUKMiAgICAgICAgIGRkAgIPDxYCHwIFDE5ZS1UgODQ0Mzc0NWRkAgMPDxYCHwIFAzQwJ2RkAgQPDxYCHwIFA05ZS2RkAgUPDxYCHwIFClgtUHJlc3MgMjFkZAIGDw8WAh8CBRQyOSBPY3QgMjAwOSAwMzozMDowMGRkAgcPDxYCHwIFB1RFTEZPUkRkZAIIDw8WAh8CBQJJS2RkAgkPDxYCHwIFAkZHZGQCCg8PFgQfAwqmAR8EAghkFgICAQ8PFgIfAgUKSW4gUHJvY2Vzc2RkAgsPDx... ---> System.Web.HttpException: Unable to validate data.
at System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength)
at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)
--- End of inner exception stack trace ---</p>
http://stackoverflow.com/questions/1605947/isa-500-error-detection0ISA 500 Error Detectionsajid.nizami2009-10-22T09:06:35Z2009-10-22T09:06:35Z
<p>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. </p>
<p>I found an option for it to check for port 80 and if it doesn't reply, it would stop but no scenario for when an error happens. </p>
<p>Also, in my case I redirect to a specific page to display the error. Can I filter the requests based on the fact that the server redirects to this error page? </p>
http://stackoverflow.com/questions/1495739/problem-calling-internal-webservice-method-from-an-asp-net-application-in-shared0Problem calling internal webservice method from an ASP.NET application in shared hosting webfarmAlex2009-09-30T01:34:55Z2009-09-30T01:38:37Z
<p>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, when we deploy the application to our shared hosting provider (specifically, godaddy using their grid hosting web farm plan), calls to the web service methods hang the page.</p>
<p>I've called their tech support but they have been pretty useless.</p>
<p>Is there something specific that has to be done when making an internal webservice method call from within a web farm?</p>
http://stackoverflow.com/questions/1303578/update-web-config-in-web-farms0Update web.config in Web Farmsmgaspar2009-08-20T02:01:45Z2009-08-20T02:38:16Z
<p>Hello,</p>
<p>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 wondering how can they be synchronized between multiple servers? It looks like sharepoint has a feature to manage those scenarios, but i have no clue how to do it without using powershell scripts or putting those settings in a shared folder. Any ideas?</p>
http://stackoverflow.com/questions/1267570/maintain-a-users-session-state-in-an-asp-net-mvc-app-hosted-on-a-web-farm0Maintain a user's session state in an ASP.NET MVC app hosted on a web farmSoni Ali2009-08-12T17:30:24Z2009-08-12T18:04:07Z
<p>What is the best way to maintain a user's session state in an ASP.NET MVC app hosted on a web farm?</p>
<p>Out application currently uses the standard ASP.NET session on IIS 6.0 but we want to move the app to a web farm environment.
I have read that we can use SQL Server session state for our application but I just want to know if anybody was using something else and why!</p>
http://stackoverflow.com/questions/1198884/asp-net-mvc-cookietempdataprovider-any-experience1ASP.NET MVC CookieTempDataProvider: any experience?Igor Brejc2009-07-29T08:56:54Z2009-07-30T07:20:20Z
<p><strong>UPDATE:</strong> 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 <a href="http://blogs.teamb.com/craigstuntz/2009/01/23/37947/" rel="nofollow">ASP.NET MVC TempData Is Really RedirectData</a> why). I've modified the question accordingly.</p>
<p>Has anyone used <a href="http://msmvps.com/blogs/luisabreu/archive/2009/03/23/the-mvc-framework-maintaining-tempdata-on-cookies.aspx" rel="nofollow">CookieTempDataProvider</a> for TempData storage? Are there any caveats to watch out for (apart from keeping the session storage small)? Any issues with using it on Web farms?</p>
http://stackoverflow.com/questions/841801/asp-net-webapplication-on-a-multiple-servers0Asp.net Webapplication on a multiple serversIssa Qandil2009-05-08T21:09:26Z2009-05-08T21:15:41Z
<p>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.</p>
<p>Thanks in advance,</p>
http://stackoverflow.com/questions/686873/allowing-session-in-a-web-farm-is-stateserver-good-enough7Allowing Session in a Web Farm? Is StateServer Good Enough?Mitchel Sellers2009-03-26T17:54:53Z2009-04-02T05:57:08Z
<p>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 servers due to traffic levels, however, our load balancing is set to use "Sticky Sessions" as currently all web applications are set to use "InProc" for session state.</p>
<p>We are looking at being able to remove the "Sticky Sessions" configuration on our load balancer, as due to our traffic loads servers can and do get overloaded. We want to go with a more balanced approach, but must be able to use session.</p>
<p>I know that SqlServer for session state will work, but for reasons beyond our control, we cannot use SqlServer to store our state. In researching it seems that StateServer is our best bet. We have an additional server, with loads of memory sitting around. This server could be our StateServer for the entire Web Cluster. We just want to know the following things.</p>
<p>1.) Besides any potential serialization issues with the switch from InProc to StateServer, are there any major known issues with loosing session objects or generating errors with the above listed environment?</p>
<p>2.) Aside from the single point of failure, and slighly slower performance are there any other gotchas that we need to be aware of with using StateServer.</p>
<p>3.) Are there any metrics that show the performance differences between the three types of state storage?</p>
http://stackoverflow.com/questions/689643/web-farm-file-distribution0Web Farm file distributionCoov2009-03-27T12:46:26Z2009-03-27T14:41:57Z
<p>I'm looking for a way to move files from my machine to several servers on a web farm.</p>
<p>I currently use beyond compare to move the files over; one BC session for each server on the farm. I'm fine with this because BC is fast and I like the control I have. </p>
<p>Our business gave me a new requirement of automatic file distribution of images. I've read a little about DFS but I'm not sure that is the route I want to take. I want the files to actually end up on the servers.</p>
<p>Any tools for this out there. A scripting option perhaps?</p>
http://stackoverflow.com/questions/166349/experiences-using-software-load-balancing-vs-a-hardware-load-balancer3Experiences using software load balancing vs. a hardware load balancer?MikeJ2008-10-03T11:04:17Z2008-12-11T05:11:08Z
<p>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 of process and the test and hopefully deploy date draws near. I would like to draw on the experiencies of people using the built in load balancing in Windows vs. an appliance solution such as one by Baracudda, Coyote Point, F5 etc. Did you start with one and move to the other and why ?</p>
<p>thoughts and advice appreciated in advance...</p>
http://stackoverflow.com/questions/284948/are-there-any-decent-compiler-web-services1Are there any decent compiler web services?Neil C. Obremski2008-11-12T18:53:28Z2008-11-12T20:05:52Z
<p>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, etc. Is there anything like this out there on the public internet?</p>
<p>TFS has a build queuing feature, but I'm thinking more along the lines of a <em>internet</em> (not intranet) web service. And if it can pull from known source control interfaces (Subversion, CVS, etc.) then the caller needs to pass very little besides selecting a compiler and specific compilation options.</p>
<p>My reasoning is more along the lines of removing a lot of software installation and configuration hassles, especially when working between different languages/platforms/frameworks/projects</p>
http://stackoverflow.com/questions/243037/web-config-falling-back-to-global-config-in-web-farm1Web.Config Falling back to Global Config in Web FarmRob Cooper2008-10-28T12:05:42Z2008-10-31T19:20:58Z
<p>Hi all,</p>
<p>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.</p>
<p>We have a web farm, and the application is copied on to all of them.
However, we are having a problem..</p>
<p>An exception is being thrown when trying to get settings from <code>appSettings</code>. Upon further investigation, it turns out the node is actually not using the local <code>Web.Config</code> but it falling back to the <code>Web.Config</code> in the .NET framework folder (we have proved this by adding keys there, which appear on a test page).</p>
<p>I must be missing something, because my understanding is that so long as the file is there, IIS should use that! One of the servers seems to work fine!</p>
<p>Here's a list of what we have confirmed:</p>
<ul>
<li>The config file is in the app directory.</li>
<li>Said file's content is correct.</li>
<li>When viewing the file from IIS > Site > Properties > ASP.NET > Edit Config the correct content is shown.</li>
</ul>
<p>However, at run-time the file that is used is the global one (<code>windows\ms .net\framework\v2\config\web.config</code>).</p>
<p>Anyone have any suggestions as to what may be going wrong? Appreciate all the help I can get!</p>
<p>Thanks.</p>
<p>Rob</p>
http://stackoverflow.com/questions/171365/strategies-for-pushing-updates-to-an-asp-net-webfarm1Strategies for pushing updates to an ASP.NET webfarm?MikeJ2008-10-05T02:25:05Z2008-10-05T14:39:28Z
<p>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 users run into errors as the process requests the request might be handled by the wrong version of the application. How do you do this? Take the entire application offline and let the push complete or do you update live and let the chips fall where they may? Ideally we'd like to minimize down time if at all possible.</p>
<p>any thoughts/suggestions/pointers would be appreciated</p>
http://stackoverflow.com/questions/108440/the-ideal-multi-server-lamp-environment6The ideal multi-server LAMP environmentBrent2008-09-20T15:13:39Z2008-09-25T04:20:52Z
<p>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.</p>
<p>My current web environment is having capacity issues, and so I'm looking for <strong>best-practices</strong> regarding <strong>configuration tuning</strong>, determining <strong>bottlenecks</strong>, <strong>security</strong>, etc. </p>
<p>I presently host around 400 sites, with a fair need for redundany and security, and so I've grown beyond the single-box solution - but am not at the level of a full ISP or dedicated web-hosting company.</p>
<p>Can anyone point me in the direction of some good <strong>expertise on setting up a great apache web-farm</strong> with a view to security and future expansion?</p>
<p>My web environment consists of 2 redundant MySQL servers, 2 redundant web-content servers, 2 load balancing front-end apache servers that mount the content via nfs and share apache config and sessions directories between them, and a single "developer's" server which also mounts the web-content via nfs, and contains all the developer accounts. </p>
<p>I'm pretty happy with alot of this setup, but it seems to be choking on the load prematurely.</p>
<p>Thanks!!</p>
<p>--UPDATE--</p>
<p>Turns out the "choking on the load" is related to <code>mod_log_sql</code>, which I use to send my apache logs to a mysql database. By re-configuring the webservers to write their sql statements to a disk file, and then creating a separate process to submit those to the database it allows the webservers to free up their threads much quicker, and handle a much greater load.</p>
http://stackoverflow.com/questions/18305/web-server-farms-with-iis-basic-infos2Web server farms with IIS ? Basic InfosJohannes2008-08-20T16:21:05Z2008-08-20T16:30:24Z
<p>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) ?</p>
<p>All I need is something basic, an overview how and where to start.
Can't seem to find anything...</p>