[asp.net 2.0] using aspnet tables inside own database

A

Arjen

Hi,

I want to use the aspnet tables (for membership, profiles, roles, etc.)
inside my own database.
I have succesfully installed these tables.

Now I need to tell my application or asp.net 2.0 that it can find these
tables inside my database.
When I go to "asp.net configuration" it copies a new aspnet database. This
is not what I want.

Can somebody help me with this?

Thanks!!!
Arjen
 
J

Juan T. Llibre

This has been answered several times in the last few days.

Take a look at :

Writing a Custom Membership Provider
http://www.15seconds.com/issue/050216.htm

Installing the Database using aspnet_regsql.exe
http://msdn2.microsoft.com/library/x28wfk74(en-us,vs.80).aspx

Working own provider
http://forums.asp.net/899888/ShowPost.aspx

You should be able to cobble the pieces from those examples,
to get your own provider working.




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top