![]() |
Password protecting webpages
Ok, so today my father in law (A professor at a university around here) asked me whether I could help him with password protecting some pages containing course material. Only students would be allowed to access these pages, other people would just get some basic info about what these courses contains.
This uni runs windows with IIS, and since I've never worked with that system, where is a good place to start? What I'm asking for is basically a howto on how to protect webpages with IIS. No need for anything fancy (It's not anything top secret), just a simple way to prevent everyone from accessing certain areas of a website. Been looking on google and found some info, but I thought I might check here as well and see if anyone has any nice recommendations. |
Maybe this will help you, I don't have any experience in this.
http://www.troxo.com/products/iispassword/ |
Also, if you go into the IIS Administration on the machine, disable Directory Browsing as well. It's just a checkbox you have to put a check into.
That way, someone can't just go to www.insertrandomhitfpaddress.com/files/ and be able to get a listing of the files if you have no index file in there. |
In the IIS administration panel, you need to find the website or virtual host that your father's site runs under.
Within the directory security tab you can set it to not use the default anonymous login which uses the built-in IUSR_machinename login. For basic passwording, set it to use plain text. MS authentication will mean that they need to be on the same domain as the server and given rights to it. If the page is part of a larger site, it would be best to create a virual host under the main site's structure and have it point to a separate directory that holds the pages he wants protecting. Then do the above changes to that v-hosts directory security tab. |
Thanks for the tips guys. I also just ordered a book about configuring IIS, so hopefully this wont be much of a problem.
|
Quote:
|
Haha, thanks.
|
All times are GMT -8. The time now is 07:43 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project