Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Login - windows-integrated?

Login - windows-integrated?

Scheduled Pinned Locked Moved ASP.NET
databasequestionsysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chodici Mrkev
    wrote on last edited by
    #1

    Hi, I am working on the login user control, and I would like to know: Is there any possibility to use some Windows-integrated login control (for ex. when I want to log to ftp server, the login dialog appears). Although I don't want to use Windows integrated login, I want to build my own registration to sql db, the only thing I want is not to use two textboxes (username, password) on all pages but only one link (Log in) to this dialog. If there's no possibility of Win-integrated login, how can I write this dialog by myself?

    C 1 Reply Last reply
    0
    • C Chodici Mrkev

      Hi, I am working on the login user control, and I would like to know: Is there any possibility to use some Windows-integrated login control (for ex. when I want to log to ftp server, the login dialog appears). Although I don't want to use Windows integrated login, I want to build my own registration to sql db, the only thing I want is not to use two textboxes (username, password) on all pages but only one link (Log in) to this dialog. If there's no possibility of Win-integrated login, how can I write this dialog by myself?

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Windows Integrated login requires that the are windows accounts for the people logging in. It should be handled automatically for you if the user is browsing from within the same domain as the server. Out side that a login popup box will appear. If you want to build your own SQL Registration database you should be looking at Forms Authentication because it will permit you to authenticate a user against a custom built database. The following article from MSDN should get you going in the right direction Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication: How To: Use Forms Authentication with SQL Server 2000[^]


      "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups