ASP.NET Membership roles with DB2 Database
Hey fellows, just wondering how to configure asp.net membership roles with ISeries DB2 Database ? Do开发者_开发知识库 I have to write a custom data provider ? Any help will be appreciated.
To the best of my knowledge, Yes, a custom Data Provider will be the only way to go.
The following is the MSDN samples for writing a custom membership provider
http://msdn.microsoft.com/en-us/library/44w5aswa.aspx
http://msdn.microsoft.com/en-us/library/6tc47t75.aspx
精彩评论