Missing link between WebParts and current database authentication

M

mazdotnet

Hi,

I've been doing a fair bit of research on WebParts for customizing
our current company site. In almost all the examples they use the
default database to store the page settings by running the ASP.NET SQL
Server Setup Wizard. However, in our company we have a site (Upgraded
from .NET 1.0) that uses form authentication. Basically, I have a
username/password table which I use to validate users and do a
System.Web.Security.FormsAuthentication.RedirectFromLoginPage(username,
false); to redirect them back to the request page.

Is there a way for me to tie my old username/passwords into Membership
and profiles feature to manage the WebParts? (I want to use my own
authenticated user read from my own users table and not aspnet_Users
table generated by the wizard)


Thank you
M.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top