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.
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