Single Login Page

  • Thread starter Thread starter Bruno Piovan
  • Start date Start date
B

Bruno Piovan

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
 
So 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
 
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.
 

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