Hi guys,

I have created a class library project that acts as my data access layer. It is seperate from my website project, In my website I use a custom membership provider.

Problem is, I now need to interact with the provider in my class library but I can't since it isn't part of the class library. Do i create a user class in my class library so I can interact with user information?

It seems like duplicating code and much more work. Any suggestions?