Anyone know a good tutorial for..

  • Thread starter Thread starter Bonzol
  • Start date Start date
B

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?
 
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
 
Back
Top