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 / alb.shah

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 ?    2 Yes 0 No

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

Answer / raju

using autentication and authorization tags

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

COM+ Used ________________ Isolation Level

0 Answers   CTS,


From which base class all web forms are inherited?

0 Answers  


How you can return View from ASP.NET Web API method?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


Where does the Web page belong in the .NET Framework class hierarchy?

1 Answers  






Explain asp.net web forms.

0 Answers  


What events will occur when a page is loaded?

0 Answers  


What is ViewState and How it is managed,Its Advantages/Benefits?

4 Answers   Google,


Can I stream live content/events?

0 Answers  


Differentiate the session object and application object?

0 Answers  


What is difference between singleton and single call?

0 Answers  


How to consume a webservice in a windows application without adding through the web reference?

1 Answers   247Customer,


Categories