SharePoint 2007 we can able to use the Httpcontext.current object But in SharePoint 2010 we are unable to get the httpcontext.current object. It will return the values.
How can i get the or Create the HttpContext.current object in SharePoint 2010. Even in Sharepoint 2007 we can able to access the SPContext.Current.Web object but in SharePoint 2010 we willn't able to do that why?
I need to Access either HttpContext.Current object or SpContext.Current.Web Object in Side the custom Membership provider.
I will be very thank full to you if you able to solve my problem.
I am implementing this on Custom Membership Provider.
Thanks in advance.