473,385 Members | 1,570 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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
Jul 21 '05 #1
3 1565
Check out this article on how to implement passport authentication in your
web page,
http://www.extremeexperts.com/Net/Ar...sportAuth.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Munna" <kk*******@yahoo.com> wrote in message
news:b5**************************@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

Jul 21 '05 #2
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

Jul 21 '05 #3
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

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: asj | last post by:
It seems that Microsoft may be slowly phasing away Passport, which had been one of the hyped components of the eroded dotnet hype....bye bye, passport, we hardly knew ye! bwahahahbwahahaha!!!!! ...
1
by: Ameris | last post by:
Hi, I am facing some problems while implementing passport authentication. I have followed the following steps ... 1. Installed Passport SDK 2. Got the Key and installed 3. Set SiteID using...
2
by: Stan | last post by:
Is it possible to debug a web site with password authentication in PreProduction mode Here is what I have done - Installed Passport SD - Set Password authentication in web.confi - Created...
2
by: Munna | last post by:
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...
2
by: Dan | last post by:
I've installed passport sdk on to windows 2003 and I have received a key from netservicesmanager.com. I have set securelevel in the registry to 0. When I click on the link generated by logotag2 it...
0
by: Lopamudra | last post by:
I've installed passport sdk on to windows 2003 and I have received a key from netservicesmanager.com. I have set securelevel in the registry to 0. When I click on the link generated by logotag2 it...
5
by: Exception | last post by:
I'm preparing to take 70-315 soon. The skills assessment test on Microsoft's site (by MeasureUp) contains a question about .NET passport that I always fail to answer. I asked this question in...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.