G
Guest
Hi,
I'm new to asp.net 2.0 and I'm working on creating a web site that allows
user to log into the web site and view information pertaining to them such as
accounts, sales, and other information they are assoicated with. I've been
reading about the membershipAPI and the Logon Controls, which looks like
they'll work, but I have exsiting database (SQL) that already has usernames
and passwords in it from a windows application. So for the web, how can I
create a logon page, validate the user and take show data based on their ID?
Also I'm looking into using Forms Auth, so how can I allow the user to view
all the pages in the web site once they log in?
If someone can point to some examples of this or show some code snippets
that would be great. this is my first web app i'm doing that is allowing
users to log in and i'm not sure how to go about creating it correctly.
I'm new to asp.net 2.0 and I'm working on creating a web site that allows
user to log into the web site and view information pertaining to them such as
accounts, sales, and other information they are assoicated with. I've been
reading about the membershipAPI and the Logon Controls, which looks like
they'll work, but I have exsiting database (SQL) that already has usernames
and passwords in it from a windows application. So for the web, how can I
create a logon page, validate the user and take show data based on their ID?
Also I'm looking into using Forms Auth, so how can I allow the user to view
all the pages in the web site once they log in?
If someone can point to some examples of this or show some code snippets
that would be great. this is my first web app i'm doing that is allowing
users to log in and i'm not sure how to go about creating it correctly.