I have 2 web apps running on the same server, one app is nested the other
app. I want to have a single login page for both apps, how can I do that?
thanks
BrunoSo that you do not have to create two paginas of login what you can do is to
create a control of login and to stick it in your application.
Regards,
Francisco Fagas
Ecuador
"Bruno Piovan" <type your email address here> wrote in message
news:OyPfYz1qEHA.332@.TK2MSFTNGP14.phx.gbl...
> Hi,
> I have 2 web apps running on the same server, one app is nested the other
> app. I want to have a single login page for both apps, how can I do
> that?
> thanks
> Bruno
In your nested application is not on virtual folder then authentication will
remain same.
Remove Virtual folder and make it as normal subdirectory.
if that you cann;t do then while calling default page of 2nd site pass
authentication info as querystring or cookies as u feel comfortable.
Regards,
Jignesh Desai.
"Bruno Piovan" <type your email address here> wrote in message
news:OyPfYz1qEHA.332@.TK2MSFTNGP14.phx.gbl...
> Hi,
> I have 2 web apps running on the same server, one app is nested the other
> app. I want to have a single login page for both apps, how can I do
that?
> thanks
> Bruno
0 comments:
Post a Comment