R
rote
I have different Sharepoint site and subsites(WSSv3)
I'm using Windows Auth (with AD)
I wrote an application that uses the IsinRole method to redirect users to
there different sharepoint pages when they login.
But i'm having an issue with logging in twice
The first page they have to launch contains a basic aspx or html page with a
button and when the click the button i direct them to the application with
the
IsinRole method and then they get prompted with a LOGON windows Auth popup
and then they LOGIN but after login in before the page redirects to the
sharepoint page they get prompted with another LOGON windows Auth popup.
Which means they LOGIN in twice
My app with the IsInRole method is configured in IIS for WINDOWS AUTH and in
the web.config i have impersonate=true
How can i have them login once in such scenario since my sharepoint is setup
to ue WINDOWS AUTH too?
Any ideas
I'm using Windows Auth (with AD)
I wrote an application that uses the IsinRole method to redirect users to
there different sharepoint pages when they login.
But i'm having an issue with logging in twice
The first page they have to launch contains a basic aspx or html page with a
button and when the click the button i direct them to the application with
the
IsinRole method and then they get prompted with a LOGON windows Auth popup
and then they LOGIN but after login in before the page redirects to the
sharepoint page they get prompted with another LOGON windows Auth popup.
Which means they LOGIN in twice
My app with the IsInRole method is configured in IIS for WINDOWS AUTH and in
the web.config i have impersonate=true
How can i have them login once in such scenario since my sharepoint is setup
to ue WINDOWS AUTH too?
Any ideas