Are there any plans to support the default ASP.NET 2.0 Membership provider?
I'm tasked with putting message forum software on our company's website and I was thinking about porting my own users to the ASP.NET 2.0 Membership provider in order to standardize and facilitate other ASP.NET add-ons that I might come across in the future.
Any ideas?
We will be creating a custom authentication provider for ASP.NET 2.0 and modifying the forum to take advantage of existing 2.0 providers once v4.0 is released and stable. We do plan to start looking at taking advantage of ASP.NET 2.0 features before it is adopted as the standard. Kindest Regards,Ryan HealeyDirector / Developer
Explore our products...http://demos.instantasp.co.uk/
This required a fair ammount of stripping out anything that had to do with registration and password changes in the forums since it is only a one way street. It would be ideal for all logins be redirected to the a configurable ASP.NET membership URL and then accept the authorization cookie as a log in.