Pepito
|
| Posted: 03/19/2003, 7:51 AM |
|
Hi guys, I am trying to figure out how to have 2 different CCS sites (let's
say a portal and a book store) using the same access file (ASP). I created 2
different sites but I would like to have the users of the portal to be
registered anytime they want to buy a book on the other site (in other
words, that they get registered in both sites whenever they get registered
in the portal). I guess that using the same file for both should work...any
hints?
Thanks in advance
|
|
|
 |
Pepito
|
| Posted: 03/19/2003, 5:17 PM |
|
Well, I guess that I got the answer...linking the common.asp to any
database that fits (it works with the "internet.mdb" example database).
Any other hints will be very appreciated.
Thanks
"Pepito" <pepitxispi@ya.com> wrote in message
news:b5a3l6$b3h$1@news.codecharge.com...
> Hi guys, I am trying to figure out how to have 2 different CCS sites
(let's
> say a portal and a book store) using the same access file (ASP). I created
2
> different sites but I would like to have the users of the portal to be
> registered anytime they want to buy a book on the other site (in other
> words, that they get registered in both sites whenever they get registered
> in the portal). I guess that using the same file for both should
work...any
> hints?
>
> Thanks in advance
>
>
>
|
|
|
 |
AndyW
|
| Posted: 03/20/2003, 12:19 AM |
|
I would add another connection in project setting linking to the second
database and keeping user data records only in one of the db's.
AndyW
Użytkownik "Pepito" <pepitxispi@ya.com> napisał w wiadomości
news:b5a3l6$b3h$1@news.codecharge.com...
> Hi guys, I am trying to figure out how to have 2 different CCS sites
(let's
> say a portal and a book store) using the same access file (ASP). I created
2
> different sites but I would like to have the users of the portal to be
> registered anytime they want to buy a book on the other site (in other
> words, that they get registered in both sites whenever they get registered
> in the portal). I guess that using the same file for both should
work...any
> hints?
>
> Thanks in advance
>
>
>
|
|
|
 |
Pepito
|
| Posted: 03/20/2003, 2:10 AM |
|
Hi, what I did was to point the common.asp file of the second site to the
access file of the first (and main) site. It works in the sense that
whenever I add a new user (whatever the site) , she is available for both
sites, however I still have to figure out other things; authentication
problems: it is keeping me asking to login in the second site when I have
already logged in the first one (annoying).
What I want to achieve is to have a user login 1 time for both
sites...working on it...
"AndyW" <a.wisniewski@interia.pl> wrote in message
news:b5btig$ae5$1@news.codecharge.com...
> I would add another connection in project setting linking to the second
> database and keeping user data records only in one of the db's.
>
> AndyW
>
> Użytkownik "Pepito" <pepitxispi@ya.com> napisał w wiadomości
>news:b5a3l6$b3h$1@news.codecharge.com...
> > Hi guys, I am trying to figure out how to have 2 different CCS sites
> (let's
> > say a portal and a book store) using the same access file (ASP). I
created
> 2
> > different sites but I would like to have the users of the portal to be
> > registered anytime they want to buy a book on the other site (in other
> > words, that they get registered in both sites whenever they get
registered
> > in the portal). I guess that using the same file for both should
> work...any
> > hints?
> >
> > Thanks in advance
> >
> >
> >
>
>
|
|
|
 |
|