PDA

View Full Version : Restrict access to a website


digidan
01-10-2005, 06:52 AM
I need to find away to have all users log on to my website before seeing anything. Anyone have any scripts I can use? I have been trying FP but cant seem to get anything to work right.

bruce
01-10-2005, 07:57 AM
2 ways to do this

1) Use ASP or ASP.net to secure the site programatically. It's much easier to do it in ASP.NET if you are familiar with it, see http://www.15seconds.com/issue/020220.htm

2) use NTFS to protect a directory, see http://kb.discountasp.net/article.aspx?id=10100

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

digidan
01-11-2005, 03:13 AM
Thanks alot that was the ticket and it was pretty easy to customize!