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

33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

2 Answers   Friedkin, ISH, Syntax, Syntax Softtech,


In a Code-Behind class generally which type of code is found ?

3 Answers   Siebel,


What are the different types of Session state management options available with ASP.NET?

5 Answers   Siebel Systems,


How do you identify that the page is postback?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


Describe the application event handlers in ASP.NET?

0 Answers   HCL,


Difference between asp and asp.net?

4 Answers   Accenture,


What is session state server?

0 Answers  


How should I destroy my objects in asp.net?

0 Answers  


What is web.config and machine.config ?

1 Answers   Patni,


What are Authentication mechanisms in .Net?

6 Answers   Accenture,


What is semantic gap?

0 Answers   MCN Solutions,


Categories