how can u create the forms authentication?and what is the
difference between forms authentication and windows
authentication?

Answers were Sorted based on User's Feedback



how can u create the forms authentication?and what is the difference between forms authentication a..

Answer / tejkrishna

form authe. can be created by modufying web.config file.
dentting its mode=forms attriute.
windows isdefualt authenmode.

Is This Answer Correct ?    1 Yes 1 No

how can u create the forms authentication?and what is the difference between forms authentication a..

Answer / venu

authentication and authorization are to restrict the endusers
to access credential data or pages.
authentications are in asp.net windows,forms,passport
authentications
by default is windows in .net
authorization is contain allow and deney allow is to check
whether the user have authorized r not deney is send it back
to login page by iis or form..

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What are type/key pairs in client script registration?

0 Answers  


What is cookie less session? How it works?

2 Answers   TCS,


what is webservices ? and what is web server ?

1 Answers   Wipro,


How to send data through querystring to another page but it should not be displayed in URL

2 Answers   EMR, Powersoft19,


Differentiate globalization and localization.

0 Answers  






What happens if an ASP.NET server control with event-handling routines is missing from its definition?

0 Answers   MindCracker,


What is JIT and how is works ?

1 Answers   Patni,


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

0 Answers   Sans Pareil IT Services,


Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats

1 Answers  


How to implement Authentication and Authorization?

0 Answers   QuestPond,


What is form submit?

0 Answers  


Categories