tymaut 0 Newbie Poster

Hello,

I am working on a multiuser web page where people log in and do some stuf(database related)


What i need is for people to register a username in the same database table that i use, and stay logged in to the page when they use the system, so that the page will have some kind of security for people not registered.(they should be logged in to use the system)

I work with Visual Web Developer 2008 and Microsoft SQL Server.

How should i implement the registration, login and staying logged in stuff.

I tried adding login and register template from toolbox but couldnt manage to use them at all.