Security types in ASP/ASP.NET? Different Authentication modes?

Answers were Sorted based on User's Feedback



Security types in ASP/ASP.NET? Different Authentication modes?..

Answer / babu

Asp security can be done in three ways
1.Windows authentication
2.passport (or)authentication
3.forms (or)asp authentication

Is This Answer Correct ?    25 Yes 3 No

Security types in ASP/ASP.NET? Different Authentication modes?..

Answer / pradeep

Different types of security in asp.net are
1.Code Access Security
2.Evidence Based Security
3.Role Based Security
4.Declarative and Imperative security
5.Cryptography
Different modes of Authentication are
1.Windows Authentication
2.IIS Authentication
3.Microsoft Passport Authentication
4.Forms Authentication

Is This Answer Correct ?    22 Yes 5 No

Security types in ASP/ASP.NET? Different Authentication modes?..

Answer / ajay gupta

windows authentication
passport authentication
form authentication

Is This Answer Correct ?    0 Yes 0 No

Security types in ASP/ASP.NET? Different Authentication modes?..

Answer / richa misra

There r 3 types of security in .Net
1.Windows Authentication
(i)Anoymous
(ii)Basic
(iii)Digest
(iv)Windows integated
2.Micsoft Authentication
3.Form Authentication

Is This Answer Correct ?    11 Yes 18 No

Post New Answer

More ASP.NET Interview Questions

What kind of data we can store in viewstate?

0 Answers  


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


how many character send in one sms forget 160limit and think about gateway allowed

2 Answers   Wipro,


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


What does this do? sn -t foo.dll

3 Answers  






What are uri parameters?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Can a user browsing my Web site read my Web.config or Global.asax files ?

1 Answers  


What is smpte vc-1?

0 Answers  


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


How do you identify that the page is postback?

0 Answers  


What can we do with asp.net?

0 Answers  


Categories