web farm problem
-
Hi everybody... I`m having some problems with a web farm cenario. The issue is: the ASP.NET create a couple of js files in one server, but when a requisition goes to another server in the web farm the file with the js function doesn`t exist. To be more especific, I have a LinkButton on my page, and when this link is clicked it fires the 'WebForm_PostBackOptions' (which is 'undefined'sometimes). Any hints about this problem? A web.config element configuration? Thans you buddies
-
Hi everybody... I`m having some problems with a web farm cenario. The issue is: the ASP.NET create a couple of js files in one server, but when a requisition goes to another server in the web farm the file with the js function doesn`t exist. To be more especific, I have a LinkButton on my page, and when this link is clicked it fires the 'WebForm_PostBackOptions' (which is 'undefined'sometimes). Any hints about this problem? A web.config element configuration? Thans you buddies
One thing you can do is put a value in each web.config for each server like a machine key or some other unique key then set a cookie with this key information to tie each user to that server. At the very least this will keep the user locked to one server for that visit. This will largely depend on how your server(s) are configured though.