Home All Groups Group Topic Archive Search About

Anyone know a good tutorial for..

Author
8 Jun 2006 3:13 AM
Bonzol
VB.NET 2003, 1.1, Web Application

Hey there,

I'm looking to add a login function to my page using a database, does
anyone know any good tutorials for this?

Author
8 Jun 2006 5:05 AM
Cor Ligthert [MVP]
Bonzol,

This is in fact done in the same way as it was done in ASP.
There are tons of samples on internet for that.

The only special aspect is security in this because you have to encrypt.
Probably is the security newsgroup a very good place to ask for it, while
the sample is very easy.

For different reasons is despite that I give forever all kind of samples I
never do that for any security stuff by the way.

Microsoft.public.dotnet.security

I hope you find your tutorial soon.

Cor


Show quoteHide quote
"Bonzol" <Bon***@hotmail.com> schreef in bericht
news:1149736426.027902.202020@y43g2000cwc.googlegroups.com...
> VB.NET 2003, 1.1, Web Application
>
> Hey there,
>
> I'm looking to add a login function to my page using a database, does
> anyone know any good tutorials for this?
>
Author
8 Jun 2006 2:53 PM
Mike Lowery
Does this help?
http://www.asp.net/QuickStart/aspnet/doc/security/default.aspx

Show quoteHide quote
"Bonzol" <Bon***@hotmail.com> wrote in message
news:1149736426.027902.202020@y43g2000cwc.googlegroups.com...
> VB.NET 2003, 1.1, Web Application
>
> Hey there,
>
> I'm looking to add a login function to my page using a database, does
> anyone know any good tutorials for this?
>