Maybe my other post was too confusing. I'll try this again:
We've got a website that uses web parts and zones that allows users to 'personalize' their pages. This works fine if I add every user who comes to my site into the ASP.NET Manager through vs2005. Obviously this can't work in a production environment where users can register themselves for the site. My question is, how can I get my web app to authenticate a user in MY DB first (this is easily done), then authenticate them in the aspnetdb DB so they can use web parts and zones?
We've got a website that uses web parts and zones that allows users to 'personalize' their pages. This works fine if I add every user who comes to my site into the ASP.NET Manager through vs2005. Obviously this can't work in a production environment where users can register themselves for the site. My question is, how can I get my web app to authenticate a user in MY DB first (this is easily done), then authenticate them in the aspnetdb DB so they can use web parts and zones?