How do you define authentication in Web.Config?
Answer Posted / kautilya
in the authentication tag we have to specify the mode of
the authentication. The mode can be Windows, Forms,
Passport or None.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How do u optimize a query in asp.net?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is a response cookie?
Is it possible to apply themes to an asp.net application? If yes, then how?
What are the Types of objects in ASP
Write the different features of a Thread and a Process?
Is redux flux?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
To redirect the user to another page which method do we use without performing a round trip to the client?
What are html helpers in asp.net?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What are session state modes? List some of the important session state modes of asp.net.
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?