Computing.Net > Forums > Web Development > how do i authenticate users-web

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how do i authenticate users-web

Reply to Message Icon

Name: spanky (by schan)
Date: November 10, 2005 at 22:10:17 Pacific
OS: windwos 2003
CPU/Ram: 3.0/2gigs
Comment:

Hello again.

I am a networking guy, don't know anything about web development. but I would to create a page for our group, like task list and such.

I have found some scripts for long text input and stuff, but I need to know how to setup my page for user authentication. It would be nice if i can authenticate against their domain login when they launch the page, so they don't have to login everytime they need to check out a task they completed.

I am running:
windows 2003 server
IIS
MySQL--use to store data from users on the page.
PHP-use for some scripts on the page.

As you can see i already be way over my head on this one. Any info as to how to setup up will be greatly appreciated.

thank you,

spanky



Sponsored Link
Ads by Google

Response Number 1
Name: SN
Date: November 11, 2005 at 06:27:39 Pacific
Reply:

The ideal solution here is to use ASP.NET windows authentication. If the user is using IE and is logged in to the domain, ASP.NET and IIS do all the work for you. You can specify allowed users in a database, directly in the web.config file, or whatever. You can keep the mySQL, but you wouldn't use PHP for this unless you want to keep track of the user's usernames and passwords in mySQL, and require them to log in when they first reach the page.

Google for "asp.net windows authentication" to get more info. this article wasn't too bad as an overview.

Good luck,
-SN


0
Reply to Message Icon

Related Posts

See More


window.open - Java script... Adding contacts to outloo...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: how do i authenticate users-web

How do I enable CGI in my server?? www.computing.net/answers/webdevel/how-do-i-enable-cgi-in-my-server/1157.html

How do i do this? www.computing.net/answers/webdevel/how-do-i-do-this/1463.html

how do I e-mail HTML documents? www.computing.net/answers/webdevel/how-do-i-email-html-documents/2829.html