K
Keith
Hi
I am using Dreamweaver MX 2004 to create my site, and I am using the
in-built features to restrict access to pages based on username, password,
and access level.
This works fine (code sample is below).
In order for it to restrict access by access level, I need to manually
supply DWMX with the list of approved levels (in the case of the code below,
I have simply supplied a single level "1").
How can I modify this code (or create new code), so that this code uses a
list of access levels automatically fetched from a SQL DB and not a manual
list (as the list may change regularly).
I am not a ASP guru, so please try and make answers idiot proof
Thanks
I am using Dreamweaver MX 2004 to create my site, and I am using the
in-built features to restrict access to pages based on username, password,
and access level.
This works fine (code sample is below).
In order for it to restrict access by access level, I need to manually
supply DWMX with the list of approved levels (in the case of the code below,
I have simply supplied a single level "1").
How can I modify this code (or create new code), so that this code uses a
list of access levels automatically fetched from a SQL DB and not a manual
list (as the list may change regularly).
I am not a ASP guru, so please try and make answers idiot proof
Thanks