Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Login Password Program

  Asked By: James    Date: Feb 06    Category: Asp.net    Views: 6122
  

I'm trying to secure an Homeowners Association residents webpage from
the public. I've tried several of the samples and demo ASP programs,
but with no sucess.
Several years ago, I used a ASP program to secure a page, but I can't
do it now.
I want a database of residents' login and passwords. If they are in
the database, they are redirected to the secured page, if not, back
to the public page.
I know this sounds simple but I can't figure it out.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Brent Brown     Answered On: Feb 06

You can easily incorporate a Forms Authentication that's already built inside
asp.net. You have to configure your web.config file of the application to make
it work. Read some help about forms authentication. It's very easy, just make
shure use SSL.

Or you can also use Basic or windows (with SSL) authentication built inside IIS.

 
Answer #2    Answered By: Kay Rodriguez     Answered On: Feb 06

I have a Topbar.ascx file which has a Signoput
button.I include it on all the pages.Now then on
every page  when I press the enter button it Signs out
of the Application because of the Sign out Button in
the Topbar.ascx.How to Nullify this effect.

 
Answer #3    Answered By: Paul Brooks     Answered On: Feb 06

Try this control:
www.metabuilders.com/Tools/DefaultButtons.aspx
It cured a similar problem I had.

 
Didn't find what you were looking for? Find more on Login Password Program Or get search suggestion and latest updates.




Tagged: