Ask a Question related to ASP.NET General, Design and Development.
-
Ken Cox [Microsoft MVP] #1
Re: VS.NET tutorial for making ASP.NET login page?
There's a fairly good step-by-step explanation in this article:
HOW TO: Implement Forms-Based Authentication in Your ASP.NET Application by
Using Visual Basic .NET
[url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;308157[/url]
"San Diego Guy" <sandiegguy@yahoo.com> wrote in message
news:JGqKa.103171$hd6.8782@fed1read05...
Hi all!
I'm VERY new to .NET.
I'm working on collecting information on making a web based inventory system
for my office.
I haven't even started and have hit a snag. :)
First thing I want to do is create a simple login page.
I have an access database that has first name, last name, userid and
password in it, I want to have the username and password that the user
enters compared to that database... then let them through if they exist.
Are there any tutorials out there specific to doing this in the .NET studio?
I've found some code examples and whatnot, but was wondering if there was a
tutorial that showed how to do it with the tools available in the studio..
Thanks for any information!
Steve
Ken Cox [Microsoft MVP] Guest
-
Strange problem with Forms authentication: After successfull login, login page is still displayed
Hi there I have a quite strange problem with my ASP.NET-Application. The application has being deployed one year ago and worked fine till last... -
making a login page which shud lead to a https page ?
(Type your message here) making a login page which shud lead to a https page ? ne suggestions -------------------------------- From: sneha... -
dreamweaver blog tutorial...cannot login withadministrator
Hello, Please verify that: 1. Your database contains an admin account. (username and password). 2. You are using the same username and password... -
A book/tutorial on making a flash pinball game
Hi, I was wondering if anyone knew where I can find some resources on how to make a Flash pinball game? Either a book or a tutorial on this. ... -
making a client login
hello, I was wondering how i would be able to make a client login like http://public.extrajetzt.de/ (middle bottom collum) Thanks -
San Diego Guy #2
Re: VS.NET tutorial for making ASP.NET login page?
Ken,
Thanks a lot, I'll check out the link!
Steve
"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
news:#SiB734ODHA.2788@TK2MSFTNGP10.phx.gbl...by> There's a fairly good step-by-step explanation in this article:
>
> HOW TO: Implement Forms-Based Authentication in Your ASP.NET Applicationsystem> Using Visual Basic .NET
>
> [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;308157[/url]
>
> "San Diego Guy" <sandiegguy@yahoo.com> wrote in message
> news:JGqKa.103171$hd6.8782@fed1read05...
> Hi all!
> I'm VERY new to .NET.
> I'm working on collecting information on making a web based inventorystudio?> for my office.
>
> I haven't even started and have hit a snag. :)
> First thing I want to do is create a simple login page.
> I have an access database that has first name, last name, userid and
> password in it, I want to have the username and password that the user
> enters compared to that database... then let them through if they exist.
>
> Are there any tutorials out there specific to doing this in the .NETa> I've found some code examples and whatnot, but was wondering if there was> tutorial that showed how to do it with the tools available in the studio..
>
> Thanks for any information!
> Steve
>
>
>
San Diego Guy Guest
-
San Diego Guy #3
Re: VS.NET tutorial for making ASP.NET login page?
Thanks for the link, but I was wondering if there was a tutorial to show you
how to do it in VS.NET with some of the controls that are available, or can
you only do this by coding it yourself?
Thanks for any info!
Steve
"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
news:#SiB734ODHA.2788@TK2MSFTNGP10.phx.gbl...by> There's a fairly good step-by-step explanation in this article:
>
> HOW TO: Implement Forms-Based Authentication in Your ASP.NET Applicationsystem> Using Visual Basic .NET
>
> [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;308157[/url]
>
> "San Diego Guy" <sandiegguy@yahoo.com> wrote in message
> news:JGqKa.103171$hd6.8782@fed1read05...
> Hi all!
> I'm VERY new to .NET.
> I'm working on collecting information on making a web based inventorystudio?> for my office.
>
> I haven't even started and have hit a snag. :)
> First thing I want to do is create a simple login page.
> I have an access database that has first name, last name, userid and
> password in it, I want to have the username and password that the user
> enters compared to that database... then let them through if they exist.
>
> Are there any tutorials out there specific to doing this in the .NETa> I've found some code examples and whatnot, but was wondering if there was> tutorial that showed how to do it with the tools available in the studio..
>
> Thanks for any information!
> Steve
>
>
>
San Diego Guy Guest



Reply With Quote

