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 Runtime callable wrapper?

2 Answers  


Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.

1 Answers  


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

0 Answers  


What is the difference between a cookie and a pixel?

0 Answers  


What are the best practices to follow to secure connection strings in an ASP.NET web application?

0 Answers   MCN Solutions,






What is difference between rest and soap?

0 Answers  


What is datagrid asp.net?

0 Answers  


Explain the difference between dataset and datareader.

0 Answers  


Explain Areas in MVC?

0 Answers   B-Ways TecnoSoft,


How do you register a .NET assembly?

3 Answers   Microsoft,


Explain the differences between clr & cts?

0 Answers  


Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


Categories