Configuration Error: While navigating
Hello:
I get following error when I navigate through pages and try to select themes...after running my application...and I am not logged on as anyone....
Why do I get this error?? Waiting for reply? I tried setting allowAnonymous to false and then still get errors...after running when I try to change themes.. Can anyone out there know why it is happenning???
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The Profile property 'Theme' allows anonymous users to store data. This requires that the AnonymousIdentification feature be enabled.
Source Error:
Line 111: </group>
Line 112: <group name="Preferences">
Line 113: <add name="Theme" type="String" allowAnonymous="true"/>
Line 114: <add name="Culture" type="String" defaultValue="en-US"/>
Line 115: <add name="Newsletter" type="MB.TheWebHouse.BLL.Newsletters.SubscriptionT ype"/>
Source File: C:\Websites\TheWebHouse\TBH_Main\web.config Line: 113
|