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 the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


Explain the components of web form in asp.net

0 Answers  


what is code access security,role based security explain with example

1 Answers   Infosys,






Can user control be stored in library?

0 Answers  


How do you handle unhandled exceptions in ASP.NET?.

3 Answers  


Why is catch(Exception) almost always a bad idea?

4 Answers  


What are Master pages? How to define a Master page?

3 Answers  


What is the difference between ASP Session State and ASP.Net Session State?

0 Answers  


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


What is the use of session?

0 Answers  


Categories