Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are Authentication mechanisms in .Net?

Answers were Sorted based on User's Feedback



What are Authentication mechanisms in .Net?..

Answer / payal

authentication is to verify that indentity has right to
access or not

mechanisums are
1.windows
for windows authentication we need iis because iis provid
windows authentication.
2.passport
in that authentication check using microsoft passport
service.
3.form
in that authentication is based on session cokkies.if that
is not available then page is redirected.

Is This Answer Correct ?    8 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / srujana

there are 3 types of authentication mechanisams in .net.
there are
1)forms authentication
2)windows authentication
3)passport authentication

Is This Answer Correct ?    6 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / shafi syed

I am regret to say that Suresh is wrong.

There are 3 types of authentications like:
1. Windows authenticaiton.
2. Form authentication.
3. Passport authentication.

and Iam agree with the Payal.

Is This Answer Correct ?    3 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / rino reji

http://msdn.microsoft.com/en-us/library/aa291347(v=vs.71).aspx
<system.web>
<!-- mode=[Windows|Forms|Passport|None] -->
<authentication mode="Windows" />
</system.web>

Is This Answer Correct ?    0 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / suresh

1.forms authentication
2.windows authentication
3.xml authentication

Is This Answer Correct ?    0 Yes 6 No

What are Authentication mechanisms in .Net?..

Answer / pandi

4) none

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

Explain the concept of event bubbling in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is operator overloading in dotnet

1 Answers  


How .net CLR works with n-tier application

4 Answers   HCL, Hughes,


What is the difference between a multi-layer and multi-tier applications?

0 Answers   Microsoft,


how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?

3 Answers   Emphasis, Mphasis, TCS,


When we use cookie less session? Explain its working?

0 Answers   Sans Pareil IT Services,


What is caching? Explain.

0 Answers  


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?

1 Answers   Siebel,


Categories