How do we do authentications using atlas?
Answer / Rahul Bajpai
Authentication in Atlas can be achieved through various methods, such as Windows authentication, Forms authentication, and custom authentication. You can configure authentication settings within the web.config file or programmatically in your code.
| Is This Answer Correct ? | 0 Yes | 0 No |
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How can implement drag and drop using atlas?
What is the purpose of cache? : Dot net architecture
Explain about validation?
What is the difference between metadata and menifest ?
What does the term "green architecture" mean? : Dot net architecture
what is the difference between Exportdll and Importdll ?
What does the "EnableViewState" property do? Why would I want it on or off?
What is the purpose of Accordian in jquery? Where it can be used?
Explain the five stages in a dlx pipeline? : Dot net architecture
Is .net easier than java?
How to call the dll at runtime in .Net?