VS.NET tutorial for making ASP.NET login page?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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. ...
    5. 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
  3. #2

    Default 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...
    > 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
    >
    >
    >

    San Diego Guy Guest

  4. #3

    Default 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...
    > 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
    >
    >
    >

    San Diego Guy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139