Re: Sample C# code with user logins/passwords?
- From: "Landi" <info@donotspam dowhileloop.com>
- Date: Mon, 25 Apr 2005 01:41:10 -0400
> I need to develop an C# internet app with logins, eg you create a
> username and password, the password can be emailed to you if you forget
> it, you can change the password etc.
look at system.web.mail namespace on MSDN
logins into the website: this will vary widely depending on what you want to
do. Questions you will have to ask yourself. Are you going to use a
database to store username and password information or are you going to use
flat files, xml files....You get the idea.
You need to sit down and figure out how you want your stuff to work before
you can start to code.
--
info@donotspam dowhileloop.com
http://www.dowhileloop.com web development
http://publicjoe.dowhileloop.com -- C# Tutorials
.
- Follow-Ups:
- Re: Sample C# code with user logins/passwords?
- From: William Stacey [MVP]
- Re: Sample C# code with user logins/passwords?
- References:
- Sample C# code with user logins/passwords?
- From: Burt
- Sample C# code with user logins/passwords?
- Prev by Date: Re: generic arithmetic (or the lack thereof)
- Next by Date: Re: Sample C# code with user logins/passwords?
- Previous by thread: Sample C# code with user logins/passwords?
- Next by thread: Re: Sample C# code with user logins/passwords?
- Index(es):
Relevant Pages
|