Jainish Shah
How do you implement Login Functionality in your website?
By Jainish Shah in .NET on Jan 07 2016
  • Nishant Mittal
    Jan, 2016 11

    From database..you need to check that ID and Password is correct in DB but in case of Windows based you need to work on Active directory concept

    • 1
  • Amit Kumawat
    Sep, 2016 21

    In ASP.NET MVC if you want to do it without any third party(Facebook, Google+), Simply you can do it from database by just matching username and password. But if you want to do it by third party, You can use OAuth functionality by doing that you need to take help of third party account's like Facebook, Google+ etc.

    • 0
  • Prasanna Murali
    Jun, 2016 24

    if you are using a visual studio u can use login control

    • 0
  • Keerthi Venkatesan
    Jun, 2016 8

    use SSL!

    • 0
  • kapil kumar
    Jun, 2016 7

    check user name and password from data base if valid than application should be run

    • 0
  • Munesh Sharma
    May, 2016 31

    http://www.aspdotnet-suresh.com/2011/12/how-to-create-simple-login-form-using.html

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Can use any kind of Authentication, 1) Windows simple and easy. 2) Forms use your own database to handle credentials 3) Passport - use API [Microsoft or Google or Facebook]

    • 0
  • Thiruppathi R
    May, 2016 27

    Check UserName and password from DB . This credential are correct should go to applications.

    • 0
  • Rahul Chavan
    Apr, 2016 6

    You can use the 1) Windows Authentication 2) Forms Based Authentication 3) Microsoft Passport AuthenticationYou can create your own login controls and write code to validate the username and password against database or xml or text based information. Or you can use inbuilt control.Asp.Net provides inbuilt login control: ASP.NET Login Controls: More information : https://msdn.microsoft.com/en-us/library/ms178329.aspx

    • 0
  • Amit Parmar
    Mar, 2016 11

    just by Designing a login page and writing appropriate code for it

    • 0
  • Jainish Shah
    Jan, 2016 11

    The main logic here is the usage of IF statement. If the ID entered exists in the database and the password entered matches the corresponding password in the the database, then the login is successful.

    • 0
  • Nishant Mittal
    Jan, 2016 11

    Do u want it as Database or Windows based??

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS