What are Authentication mechanisms in .Net?
Answer Posted / 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 |
Post New Answer View All Answers
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is Web Server Control Templates.?
Give an example of cookie abuse.
Which is faster viewbag or viewdata?
What are the different session state management options available in asp.net?
What is difference Between Authentication and authorization?
How can we inherit a static variable?
Where you store Connection string in "Web.Config" file in ASP.NET?
What is different in .net 1.1 and .net 2.0?
Are cookies client side or server side?
What kind of programming language is ASP.NET?
Disable browser cache for entire ASP.NET website?
Define viewstate in .net?
What is a runtime version?
List the events in page life cycle.