vijayst
02-05-2011, 06:32 PM
After MVC3 is installed, anonymous identification module and profile module is not working properly. As a result in global.asax, HttpContext.Current.Profile is returning null and I am not able to set profile settings for anonymous users.
vijayst
02-12-2011, 01:54 AM
As a workaround, the code that used HttpContext.Current.Profile is moved to the controller initialize method, instead of global.asax. This has resolved the issue for the timebeing.
HttpContextBase also has a profile property, in case it is needed.
vBulletin® ©Jelsoft Enterprises Ltd.