How will you do windows authentication and what is the namespace?
Answer / Rekha Rani Prajapati
"To implement Windows Authentication in .NET, you can use FormsAuthentication or WindowsAuthenticationModule. For ASP.NET applications, you can configure it in web.config.nnThe namespace for System.Security.Principal for managing principals and identities is: "System.Security.Principal"nnFor Windows Authentication, the related classes are: "WindowsIdentity", "WindowsPrincipal", and "IIdentity"."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is cookie less session?
What do you know about machine.config file ?
What is textview control of .net mobile? : Microsoft dot net mobile
Explain about common language infrastructure?
I want to create a project like google maps how can we do that with atlas?
Explain the race around condition? How can it be overcome? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
WHAT IS COMPUTER
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Can I customise the trace output?
What is ITIL? What is the use of ITIL and how it works?
How to delete the duplicate records from table(having bulk records)?