Password Protect

  • Thread starter Thread starter dancer
  • Start date Start date
D

dancer

Can you create a password protected page with JUST asp.net and VB2005?
I don't want to use javascript.
 
All the info on using ASP.net to create a password form require you to
change the WEB.CONFIG file to
create an "authentication form", which makes me nervous.
There is talk of having more than one web.config file. Can I create another
config file to make this form, without disturbing the main one that is
working?
 
Back
Top