473,398 Members | 2,335 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,398 software developers and data experts.

.NET Passport question

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 the more appropriate MCAD newsgroup, but got no reply. I would
really like to know the answer to that question.

The question is:

Your Web application uses Microsoft(R) Passport authentication. You have
been asked to identify the situations in which the user will be redirected
to the Passport server.

For which requests will the user be redirected to the Passport server?
(Select all that apply.)

(a) A user requests a page in your application and is authenticated as an
anonymous user.

(b) A user requests a page in your application and does not have a valid
Passport cookie.

(c) A user requests a page in your application and has not signed up with
the Passport service.

(d) A user requests a page in your application and already has a valid
Passport cookie obtained by accessing a different application.

(e) A user requests a page in your application and already has a valid
Passport cookie obtained by accessing a different page in your application.

Anyone?

Steven

- - -
Nov 19 '05 #1
5 1475
Answer is b,

If he doesnt have passport cookie.. he will redirected to signup screen. If
you need more details, then get bac.

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Exception" <no****@company.com> wrote in message
news:OY**************@tk2msftngp13.phx.gbl...
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 the more appropriate MCAD newsgroup, but got no reply. I would
really like to know the answer to that question.

The question is:

Your Web application uses Microsoft(R) Passport authentication. You have
been asked to identify the situations in which the user will be redirected
to the Passport server.

For which requests will the user be redirected to the Passport server?
(Select all that apply.)

(a) A user requests a page in your application and is authenticated as an
anonymous user.

(b) A user requests a page in your application and does not have a valid
Passport cookie.

(c) A user requests a page in your application and has not signed up with
the Passport service.

(d) A user requests a page in your application and already has a valid
Passport cookie obtained by accessing a different application.

(e) A user requests a page in your application and already has a valid
Passport cookie obtained by accessing a different page in your application.
Anyone?

Steven

- - -

Nov 19 '05 #2
"Saravana" wrote:
Answer is b,

If he doesnt have passport cookie.. he will redirected to signup screen.
If
you need more details, then get bac.


I checked your answer, but MeasureUp says it's wrong.

Multiple items can be selected...

Steven

- - -
Nov 19 '05 #3
This is not my area of specialization,
but it seems that a, b, c, and d
would be correct answers,
and e would not be a correct answer.

If...

(a) A user requests a page in your application
and is authenticated as an anonymous user.

Anonymous requests need to have their passport validated.

(b) A user requests a page in your application
and does not have a valid Passport cookie.

No Passport cookie means validation is needed.

(c) A user requests a page in your application
and has not signed up with the Passport service.

Not having signed up should redirect the user to
where he can sign up for a Passport.

(d) A user requests a page in your application
and already has a valid Passport cookie obtained
by accessing a different application.

Having accessed a different application does not mean
that you have been validated for the current application.

(e) A user requests a page in your application
and already has a valid Passport cookie obtained
by accessing a different page in your application.

In this case, Passport validation is not needed,
since it already has occurred.

Juan T. Llibre
ASP.NET MVP
===========
"Exception" <no****@company.com> wrote in message
news:OF*************@TK2MSFTNGP11.phx.gbl...
"Saravana" wrote:
Answer is b,

If he doesnt have passport cookie.. he will redirected to signup screen.
If
you need more details, then get bac.


I checked your answer, but MeasureUp says it's wrong.

Multiple items can be selected...

Steven


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.794 / Virus Database: 538 - Release Date: 11/10/2004
Nov 19 '05 #4
I've taken 70-315 twice and there were no questions about Passport either
time.
I wouldn't put too much effort into worrying about Passport just because
MeasureUp says so. Its been my experience that most of the test preparation
products are light-weight and off-topic and do not actually focus on the
meaningful criteria the 70-315 exam is testing for. The best prep I and
others I know personally have used are those from Transcender.

The difference being cost; save money buying from the 'other guys' and you
will continue to get 'prepared' with questions of the type that that have no
basis on the actual exam, spend more money with Transcender and you get
'prepared' with questions of the type that are actually on the exam noting
the following...

If there's anything I can say to help somebody prepare for 70-315 I would
advise them that the actual exam requires the analysis of a lot of code that
is much more complex and much more quantitative than any of the prep exams
I've used uncluding Transcender. The scenarios take much longer to read and
understand. Do not forget the clock is running when taking the exam.

Finally, I'd like to know how to access the MCAD 'newsgroup' were referred
to...

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

"Exception" <no****@company.com> wrote in message
news:OF*************@TK2MSFTNGP11.phx.gbl...
"Saravana" wrote:
Answer is b,

If he doesnt have passport cookie.. he will redirected to signup screen.
If
you need more details, then get bac.


I checked your answer, but MeasureUp says it's wrong.

Multiple items can be selected...

Steven

- - -

Nov 19 '05 #5
"clintonG" wrote:
I've taken 70-315 twice and there were no questions about Passport either
time.
Thank you for this information. FWIW, I think Juan's answer is correct,
still MeasureUp says it wrong. It has to be a bug...
meaningful criteria the 70-315 exam is testing for. The best prep I and
others I know personally have used are those from Transcender.
Good, because I'm using Transcender to prepare :-)

I have done all three exams in transcender once. Results were A: 900, B:
940, C: 820 (failed). I started exam C late in the evening, shouldn't have
done that. But more importantly, when reviewing the correct answers, I
understand why my answers were wrong most of the time.

I'll redo them this weekend and hope to see some improvement...

Next wednesday I'll take my first MS exam ever.
If there's anything I can say to help somebody prepare for 70-315 I would
advise them that the actual exam requires the analysis of a lot of code
that
is much more complex and much more quantitative than any of the prep exams
I've used uncluding Transcender. The scenarios take much longer to read
and
understand. Do not forget the clock is running when taking the exam.
Thank you for this advice.
Finally, I'd like to know how to access the MCAD 'newsgroup' were referred
to...


microsoft.public.cert.exam.mcad

Go there, we need people like you!

Thank you for your time!

Steven

- - -
Nov 19 '05 #6

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

Similar topics

3
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...
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...
0
by: Lopamudra | last post by:
I have 2 webservers, one running a web application and the other a web service. The web application calls a web method of the web service internally to get some data. This web application is a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.