Re: I don't want to re-invent the Login/Login Wheel - Help with utilities
- From: "Norman Yuan" <FakeName@xxxxxxxxxxxxx>
- Date: Fri, 8 Feb 2008 07:59:24 -0700
Is this project a Win form app or ASP.NET app? Is the logging in process for authentication only, or for both authentication and authorization? If it is win form app, shoudn't the user have to log into his computer? So, the user should be considered authenticated. If it is ASP.NET, yu could use Windows authentication, so no logging in is required; if you choose Form authentication, ASP.NET2.0 has built-in login control to use. Unless you have very unique requirement, you to not need re-invent a simple wheel. But you can always choose to re-invent a rounder/fancier wheel to suit your special need.
"tjdarth" <tjdarth@xxxxxxxxxxx> wrote in message news:e2ZJzPfaIHA.4140@xxxxxxxxxxxxxxxxxxxxxxx
Hey guys, I am starting a small project for a friend who expects to have users do a normal logon process using UserName & Password variables. I want to save some time and find a reliable piece of code with encrypt/decrypt capabilities that has been written in either C# or VB.Net that would could be easily incorporated into my application. If there is a link that could be provided or other sources that you might think of, it would be appreciated.
Thanks in advance . . .
.
- Follow-Ups:
- References:
- Prev by Date: I don't want to re-invent the Login/Login Wheel - Help with utilities
- Next by Date: Re: VS 2005 won't load project anymore
- Previous by thread: I don't want to re-invent the Login/Login Wheel - Help with utilities
- Next by thread: Re: I don't want to re-invent the Login/Login Wheel - Help with utilities
- Index(es):
Relevant Pages
|