How do you define authentication in Web.Config?
Answers were Sorted based on User's Feedback
Answer / sudhir kunnure
just write a tag <authentication
mode="Windows"/>
Is This Answer Correct ? | 16 Yes | 1 No |
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 |
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 ?
What are the different types of Session state management options available with ASP.NET?
How do you identify that the page is postback?
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?
Difference between asp and asp.net?
What is session state server?
How should I destroy my objects in asp.net?
What is web.config and machine.config ?
What are Authentication mechanisms in .Net?
What is semantic gap?