What are the different authentication modes in the .NET
environment?

Answers were Sorted based on User's Feedback



What are the different authentication modes in the .NET environment?..

Answer / kalpana reddy m

There are 3 types

1.Windows Based Authentication

2.Form Based Authentication

3.Passport Authentication

Is This Answer Correct ?    3 Yes 0 No

What are the different authentication modes in the .NET environment?..

Answer / sundherrajan

none
windows
forms
passport

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

To display data in a Repeater control which template you provide?

0 Answers   Siebel,


About duration in caching technique ?

4 Answers   Accenture,


Can we set master page as a start page?

0 Answers  


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

1 Answers   Perot Systems, Visual Soft,


Should I delete cookies?

0 Answers  






code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

0 Answers  


Which is faster viewbag or viewdata?

0 Answers  


How to sign out from forms authentication?

0 Answers  


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


What is applicatio domain?

0 Answers   MCN Solutions,


Elaborate differentiation between ViewState and SessionState?

0 Answers   QuestPond,


What are the 3 levels at which content pages can be attached to Master Page?

0 Answers   MCN Solutions,


Categories