Logo 
Search:

Asp.net Forum

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

How do i set a password using ASP?

  Asked By: Bailey    Date: Jan 31    Category: Asp.net    Views: 997
  

i need to know how to put ASP code into static HTML so that i can
send certain users to a certain page. i am using VB script so far, i
have the page but i have no idea where to put the code so that the
access can be tailored according to my oracle database.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Whitney Cruz     Answered On: Jan 31

1. html  cannot be processed by asp  or ASP.net unless you adjust IIS settings. Normally:
a. any file with .asp extension is handled by ASP.DLL
b. any file with .aspx extension is handled by ASP.net worker process

So if you want your .htm or .html files to have ASP/ASP.net code  you must adjust IIS settings to process them.

2. It sounds like you are using .asp (or Classic ASP). If so:
http://www.learnasp.com/learn/security.asp
http://www.learnasp.com/learn/security2.asp
will do what you want provide you map ASP.DLL to handle html files


3 If your question involves ASP.net this is the place. Let us know and we can give you the ASP.net solution.
If it involves Classic ASP then join:

 
Didn't find what you were looking for? Find more on How do i set a password using ASP? Or get search suggestion and latest updates.




Tagged: