What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 9653 |  Welcome, Guest!   Register  Login
 Home > Forums > Ask Interview Questions > Difference between form and windows authentication ...
Sekar.C

Difference between form and windows authentication

Replies: 6 | Posted by: Sekar.C on 4/16/2012 | Category: Ask Interview Questions Forums | Views: 870 | Status: [Member] | Points: 10  


hi,
Difference between form and windows authentication
Regards
sekar.c

Regards
Sekar.c


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Sabarimahesh
Sabarimahesh  
Posted on: 4/16/2012 1:26:27 AM
Level: Bronze | Status: [Member] | Points: 25

Sekar.C, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Sabarimahesh
Sabarimahesh  
Posted on: 4/16/2012 1:27:27 AM
Level: Bronze | Status: [Member] | Points: 25

You Refer This
link:
http://www.codeproject.com/Questions/229976/what-is-the-difference-between-windows-authenticat

Life is a Race
Thanks & Regards
By
Sabari Mahesh P M

Sekar.C, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Sabarimahesh
Sabarimahesh  
Posted on: 4/16/2012 1:29:32 AM
Level: Bronze | Status: [Member] | Points: 25

Nice Link

http://www.allinterview.com/showanswers/58164.html

Life is a Race
Thanks & Regards
By
Sabari Mahesh P M

Sekar.C, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Sunny4989
Sunny4989  
Posted on: 4/17/2012 5:04:42 AM
Level: Starter | Status: [Member] | Points: 25

Windows authentication uses windows account
Form Authentication maintains it's own user list

------------------------------------------------
Learn throughout life

Sekar.C, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Sakthi.Singaravel
Sakthi.Singaravel  
Posted on: 4/17/2012 5:47:46 AM
Level: Silver | Status: [Member] | Points: 25

Windows authentication enables you to identify users without creating a custom page. Credentials are stored in the Web server s local user database or an Active Directory domain. Once identified you can use the user s credentials to gain access to resources that are protected by Windows authorization.

Forms authentication enables you to identify users with a custom database such as an ASP.NET membership database. Alternatively you can implement your own custom database. Once authenticated you can reference the roles the user is in to restrict access to portions of your Web site.



Regards,
Singaravel M

Sekar.C, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Sabarimahesh
Sabarimahesh  
Posted on: 4/17/2012 9:19:08 AM
Level: Bronze | Status: [Member] | Points: 25

ASP.NET has ways to Authenticate a user:
1) Forms Authentication
2) Windows Authentication

Windows Authentication provider is the default authentication provider for ASP.NET applications. When a user using this authentication logs in to an application, the credentials are matched with the Windows domain through IIS.


There are 4 types of Windows Authentication methods:
1) Anonymous Authentication - IIS allows any user
2) Basic Authentication - A windows username and password has to be sent across the network (in plain text format, hence not very secure).
3) Digest Authentication - Same as Basic Authentication, but the credentials are encrypted. Works only on IE 5 or above
4) Integrated Windows Authentication - Relies on Kerberos technology, with strong credential encryption



Forms Authentication - This authentication relies on code written by a developer, where credentials are matched against a database. Credentials are entered on web forms, and are matched with the database table that contains the user information.



Life is a Race
Thanks & Regards
By
Sabari Mahesh P M

Sekar.C, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

Found interesting? Add this to:


 Latest Posts

Write New Post | More ...

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/24/2013 10:58:30 PM