Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the types of authentications in ASP.NET?

Answers were Sorted based on User's Feedback



What are the types of authentications in ASP.NET?..

Answer / kautilya

There are main three types of authentications,

(1) Windows
(2) Forms
(3) Passport

Is This Answer Correct ?    7 Yes 0 No

What are the types of authentications in ASP.NET?..

Answer / shibham

In ASP.Net,there are mainly three types of Authentication-:

1)Forms Authentication
2)Passport Authentication
3)Windows Authentication

To set this Authentication Mode,we write the code in
Web.Config file like-:

<Authentication Mode="Forms/Passport/Windows"/>

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the Difference between asp.net and asp ?

0 Answers  


How will you load dynamic assembly?

0 Answers  


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


How can you register a custom server control to a web page?

0 Answers  


What is xaml? Are xaml file compiled or built on runtime?

0 Answers  


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

1 Answers  


You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner.

1 Answers   Syntax Softtech,


can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


What are the three parts of an http response?

0 Answers  


What are the elements of a website?

0 Answers  


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


How many web config files can be created for an application?

0 Answers  


Categories