I have the source for the sqlMembershipProvider and the sqlRolesProvider that MS ships and I want to modify it to use my own tables and schema.
I have an existing solution that will use this provider and I'd like to debug the provider code within that solution until I'm sure it works.
How do I set up my provider code in a project within that solution so I can reference my custom provider in the solution's web project's web.config?