How to create a password protected ASP site

Status
Not open for further replies.

siddhesh

Broken In
Hi there,

I want to create a website with the following features.........

1) Password protected so that no one can access it.
2) Some pages will be accessible to some users & not to others. I should also have the flexibility of allowing & disallowing access.
3) The navigation bar made of plain <a> tags should automatically reflect the changes made in the db for that user. Basically, it should show only those pages for which that user has access.
4) I am using ASP & MS ACCESS.

I would be really glad if you can help me out. Thank you so much for your time.

Siddhesh
 
OP
S

siddhesh

Broken In
I was looking for some more elaborate help as I have done a lot of searching on google & sites like aspin. All these sites have basic security implementation. I wanted something wherein I can give seperate rights to each user.

Thanks anways. If somebody has a better solution please reply. Thanks for your time.
 

tuxfan

Technomancer
Any specific reason for selecting only ASP and not something like PHP which is platform independant and can also run on cheaper and better Linux servers?

Additionally, your 3rd query is not clear. Make it more clear.

Do you have programming experience?
 
Status
Not open for further replies.
Top Bottom