2 applications using membership provider, how to setup things in IIS?

  • Thread starter Thread starter DotNetNewbie
  • Start date Start date
D

DotNetNewbie

Hi,

I have one application that is a CMS that uses .NET membership.

Now on the same domain, I have to setup a ecommerce store.

I want the URLS to look like:

www.example.com <-- ecommerce application

www.example.com/articles/ <-- CMS Installed there


The CMS has the login page also, but I want things to work seamlessly
so when a user logs into either the ecommerce or CMS, they don't have
to login twice since I am using the .net membership provider.

Will I need to have both applications using the same database also?
 
Membership runs from one database. Since CMS wants to be installed in the
same domain as ecommerce you won't have to use separate databases anyway
because there's a few viable options you'll be able to implement by using
Roles.

<%= Clinton
 

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

Back
Top