My friend is hosting a web site with IIS 6.0, and right now when you go to the site it gives you a login popup because he has anonymous access disabled. But what he wants to do is have some way in IIS to allow any user to go to the index page without authorization and when the user clicks on any other pages from the index, then it would pop up the login screen. This would allow users to be able to request a username and password from the index page. I know it can be done through web programming and databases and complicated procedures, such as when you login to AO for example, but he was wanting maybe a solution purely from an IIS standpoint. So when you click on a link, it pops up a login screen and allows you to login through IIS.

Or if someone could direct me in the right direction of having a feature like that through coding, such as logging into a website actually on the page, then that would be helpful to.