How do you define authentication in Web.Config?

Answers were Sorted based on User's Feedback



How do you define authentication in Web.Config?..

Answer / sudhir kunnure

just write a tag <authentication
mode="Windows"/>

Is This Answer Correct ?    16 Yes 1 No

How do you define authentication in Web.Config?..

Answer / 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

More ASP.NET Interview Questions

what is stateless ?

2 Answers   TCS,


What data type does the Range Validator control support?

5 Answers  


How can i include both C# and vb.net classes in same solution?

2 Answers  


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

0 Answers  


Can we use html in asp.net?

0 Answers  






Which control would you use if you needed to make sure the values in two different controls matched?

4 Answers   Siebel Systems,


How is a session stored and maintained in asp.net?

0 Answers  


what is the exact purpose of http handlers and interfaces?

1 Answers  


What is an application domain?

2 Answers   Microsoft,


How many classes can a single .NET DLL contain?

2 Answers  


How To Generate ConnectionString By Using Notepad??

2 Answers  


What is user control in asp.net?

0 Answers  


Categories