G
Guest
I have a situation as follows. please suggest what shall i do.
a.. To login into the main site users need passwords. Its simple i have
done this using asp.net forms authentication method.
b.. The site has "admin" section. which is to be protected by one more
password level. Even if the user tries to access any admin pages directly by
typing in url it should ask user "special" password to access pages.
c.. I thought by making it virtual directory i will be able to add
web.config file with <authentication> tags for this sub-virtual folder.
But now it seems it will not be possible to do this way. can u tell me any
other way to implement this?
Regards,
a.. To login into the main site users need passwords. Its simple i have
done this using asp.net forms authentication method.
b.. The site has "admin" section. which is to be protected by one more
password level. Even if the user tries to access any admin pages directly by
typing in url it should ask user "special" password to access pages.
c.. I thought by making it virtual directory i will be able to add
web.config file with <authentication> tags for this sub-virtual folder.
But now it seems it will not be possible to do this way. can u tell me any
other way to implement this?
Regards,