Web Parts Personalization Reset problem
-
Hi all, I've got a problem using Web Parts in ASP.NET 2.0 - and I'd really appreciate some assistance. Everything works fine until we make a change that causes the site to be recompiled - either by putting an updated file in App_Code or by making a change to the root web.config file. Once either of those actions is done, some users (more than one, but certainly not all of them) report that any personalization that they have made to their page gets lost. This is understandably proving annoying to my users. I have a test page on a separate test server/personalization database, and I can muck about changing every file on the site but still can't reproduce the problem for myself. But I have seen it happen on the live box, so I know they're not lying to me ;) The only thing that's non-standard about the server configuration is that my live environment comprises two separate IIS servers using round-robin DNS as a crude load-balancer, and both servers reading/writing the same personalization database. This doesn't seem to give any problems (except maybe for this one!), but I mention it because it's the one thing that makes me a little nervous about this setup. Thanks in advance for any help or advice that anyone can offer. Rich.