View Full Version : Password protected folders
bruce
11-15-2004, 10:38 AM
You can easily do that with ASP.NET's built-in authentication model.
There are many articles posted on the Internet describing this method.
eg. http://www.developer.com/net/asp/article.php/3364361
Bruce
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
mgmtsystemi
11-15-2004, 11:01 AM
Hello,
I am looking for a way to restrict access to certain folders on a website to authorised users (there could be up to 100 or so) Some hosts have this capability 'built-in', but I cannot see it at DiscountASP.NET - I might not be looking in the right places!
Ideally, I'd like the user information to be retained in an Access database (at least initially).
I'd appreciate it if someone could point me in the right direction.
TIA,
ChrisN
steurm
11-15-2004, 11:30 AM
Can you give some more details ? folders can be protected in the control panel using the permission manager, however you have only a limited number of (windows)users. A second way for the configuration authorisation set in your web.config file, if security is only needed for your webapplication.
--
Steurm
www.steurm.net/steurm (http://www.steurm.net/steurm)
http://www.steurm.net/steurm/imgs/steurm_small.gif
mgmtsystemi
11-15-2004, 12:13 PM
Hi Steurm,
Thanks for the reply.
The application will be accessed byfour or five different groups of users. The way I'm thinking at the moment is that the pages relevant to each group will be held in different folders, and users within each group will be restricted to browsing pages within the relevant folder. There will also be a folder of pages accessible to all users as well as a folder for public accessible materials.
Hope this outline helps.
ChrisN
mgmtsystemi
11-16-2004, 10:06 AM
Hello Bruce,
Thanks for the pointer to the web article. I've good start now!
Cheers,
ChrisN
vBulletin® ©Jelsoft Enterprises Ltd.