ASP.net 2.0 profile provider. Turn on personalization

N

Nandu

Hello,
I am using membership and profile providers in my asp.net 2.0 website. Our
client uses a pre-compiled content management site and my code is added to
the site as user controls.
When i uploaded the new registration (createuserwizard) and login controls
along with web.config, I get the following error.
************
This application was precompiled with personalization turned off, but it
appears to have been turned on after the precompilation, which is not
supported.
************

The site does not give any errors if i use just the membership provider.
But, when i add a profile provider entry in web.config and add the custom
fields as parameters, i get this error.

I could not find any help on resolving this issue. Any help is appreicated.
 
D

Dominick Baier [DevelopMentor]

The profile information gets dynamically compiled by ASP.NET - so if you
pre compiled without profile - but enabled it later - asp.net tells you that
will not work.
 
N

Nandu

Thanks Dominick, but what is the resolution for this issue? The hosting guys
have re-compiled the application with the new web.config file in place, but
that didn't help.
Do we have to include any APIs?
 
D

Dominick Baier [DevelopMentor]

Have they recompiled the whole application -and replaced the old app?
 
D

Dominick Baier [DevelopMentor]

then maybe recycle the worker process and clean the temp. asp.net files....thats
strange.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top