load balancer question c# asp.net

Posted by Migs on Stack Overflow See other posts from Stack Overflow or by Migs
Published on 2010-09-28T03:20:12Z Indexed on 2010/12/31 0:53 UTC
Read the original article Hit count: 180

Filed under:
|
|
|

The place where I work has 2 servers and a load balancer. The setup is horrible since I have to manually make sure both servers have the same files. I know there are ways to automate this but it has not been implemented, hopefully soon (I have no control over this). I wrote an application that collects a bunch of information from a user, then creates a folder named after the email of the user in one of the servers. The problem is that I can't control in which server the folder gets created in, so let say a user goes in.. fills his stuff and his folder gets created in server 1, user goes away for a while and goes back to the site but this time the load balancer throws the user into server 2, now the user does something that needs to be saved into his folder but since it didn't created in this server an error occurs. What can I do about this? any suggestions?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET