Hi,
I get this error when trying to merge two published web apps into one: "System.Web.HttpException:
This application was precompiled with personalization turned off, but
it appears to have been turned on after the precompilation, which is
not supported."
I searched around on google and didn't find much of anything on this error.
Basically i have an existing web app in asp.net 3.5 and i'm trying to merge it with yetanotherforum compiled to asp.net 3.5. I can merge them fine when both apps are published as asp.net 2.0, but i need them to be asp.net 3.5 now.
Any ideas what is going on here?