Hi all,
I'm new to .net 2.0 (but have a few years of 1.1 behind me) I'm looking at Membership and Roles and am getting quite confused.
We would like to apply .Net Roles to our existing Database. As I understand it, this will require a custom Provider - such as the SqlTableProvider/SqlStoredProcedureProvider.
I have downloaded and installed the Table Profile Provider sample from http://www.asp.net/downloads/sandbox/table-profile-provider-samples/ but cannot work it out.
First of all, how do I compile the project? There isn't a project file in the project directory, I tried creating a new project and adding the items in individually but it wont compile (controls don't exist in the current context) as there was no .aspx.designer.cs file (Which I then created but to no effect)
Any help much appreciated as I feel I am really hitting a brick wall with this,
Thanks,
Pete