Ask a Question related to ASP.NET Security, Design and Development.
-
Munna #1
Passport Redirection Problem.
Hi. all!!!!!!!!
With Passport Authentication
AFTER SESSION TIME OUT How can i redirect the user to the Passport
login page.
And after getting the credential. I need to again redirect to the same
page..
I used the below code in vb.net
identity.LoginUser(redirectURL, 60, 1, Nothing, -1, Nothing, -1, 0,
Nothing)
but it is popping a window for username and password.
Without Popups. I need to redirect the user to the
Standard Passport Login page..
BUT
After deploying on the server i am not even getting the Pop up. and it
is giving the standard Passport error..
"The .NET Passport service is currently unavailable at this Web site
for one of these reasons:
The site may contain an error or be experiencing a problem that
affects the .NET Passport service.
The .NET Passport service may be experiencing a temporary problem.
The site may not be an official .NET Passport-participating site.
Please return to this site later to try again.
"
Please help me out to Over come this Problem
Thanx in Advance
Munna Guest
-
Redirection Problem
I'm running PHP on Windows, but that's just the local test... in production it will be on Apache. I am not using PHP as a CGI. I want to perform... -
[help] Problem with getting Passport site ID
I create a application at https://www.netservicesmanager.com/, and submit my ''Agreement Association' request, then I receive the reply, saying ... -
header() redirection/session variable problem
Hello, I'm having an odd problem with combining an authentication session variable with header() redirection. Basically I have an authentication... -
Problem with redirection in a Form...
Hi, Envronment: IIS 5 on W2k sp3 Problem: I'm using a Form and when Submitted, will display a confirmation page. The confirmation page is... -
Who's using MS Passport?
a.. Do you know how's already using Microsoft Passport? I also need some sites that are already using Web Services. Do you know any? thanks, -
Saravana [MVP] #2
Re: Passport Redirection Problem.
Check out this article on how to implement passport authentication in your
web page,
[url]http://www.extremeexperts.com/Net/Articles/ImplementingPassportAuth.aspx[/url]
--
Saravana
Microsoft MVP - ASP.NET
[url]www.extremeexperts.com[/url]
"Munna" <kkknnn321@yahoo.com> wrote in message
news:b52ff2e2.0407100433.647104b3@posting.google.c om...> Hi. all!!!!!!!!
>
> With Passport Authentication
> AFTER SESSION TIME OUT How can i redirect the user to the Passport
> login page.
>
> And after getting the credential. I need to again redirect to the same
> page..
>
> I used the below code in vb.net
>
> identity.LoginUser(redirectURL, 60, 1, Nothing, -1, Nothing, -1, 0,
> Nothing)
>
> but it is popping a window for username and password.
>
> Without Popups. I need to redirect the user to the
> Standard Passport Login page..
>
> BUT
> After deploying on the server i am not even getting the Pop up. and it
> is giving the standard Passport error..
>
> "The .NET Passport service is currently unavailable at this Web site
> for one of these reasons:
> The site may contain an error or be experiencing a problem that
> affects the .NET Passport service.
> The .NET Passport service may be experiencing a temporary problem.
> The site may not be an official .NET Passport-participating site.
>
>
> Please return to this site later to try again.
> "
>
> Please help me out to Over come this Problem
>
> Thanx in Advance
Saravana [MVP] Guest
-
NHary #3
RE: Passport Redirection Problem.
I am also facing the similar problem.
Any solution is most welcome.
"Munna" wrote:
> Hi. all!!!!!!!!
>
> With Passport Authentication
> AFTER SESSION TIME OUT How can i redirect the user to the Passport
> login page.
>
> And after getting the credential. I need to again redirect to the same
> page..
>
> I used the below code in vb.net
>
> identity.LoginUser(redirectURL, 60, 1, Nothing, -1, Nothing, -1, 0,
> Nothing)
>
> but it is popping a window for username and password.
>
> Without Popups. I need to redirect the user to the
> Standard Passport Login page..
>
> BUT
> After deploying on the server i am not even getting the Pop up. and it
> is giving the standard Passport error..
>
> "The .NET Passport service is currently unavailable at this Web site
> for one of these reasons:
> The site may contain an error or be experiencing a problem that
> affects the .NET Passport service.
> The .NET Passport service may be experiencing a temporary problem.
> The site may not be an official .NET Passport-participating site.
>
>
> Please return to this site later to try again.
> "
>
> Please help me out to Over come this Problem
>
> Thanx in Advance
>NHary Guest



Reply With Quote

