Using ASP.NET Membership provider
Hi Experts,
I need your experience & expertise in helping me out.
I had created a project for a company using ASP.NET Membership schema. Now how I do I use the same for a another company (multiple companies). Is it possible, if yes please guide me. Or else please help with a solution as regards.
Thanks in advance.
Re: Using ASP.NET Membership provider
Can we use '<appSettings>' as regards. Pleas guide me as regards.!
Re: Using ASP.NET Membership provider
Re: Using ASP.NET Membership provider
I'm not sure I understand what the problem is. Do you want the same database to support multiple companies (clients)? The membership schema supports the concept of an 'Application' perhaps you can use that to differentiate between different companies.
I think it might be easier to have a separate database entirely.