Before people can access the forum they have to fill in an NT id and password then when they finally get in, they have to do another name and password. How do I get rid of NT asking for a user (Which won't work unless the account is an administrator account that I don't want general people having.) and just going into the forum login? In IIS, it looks like everything is set to anonyous.
uncheck the allow anonymous access box under the Directory Security, edit, available through Internet Service Manager and right clicking on the relevant directory and selecting properties. You only need the NT Challenge response to be checked.
I don't see anything about NT Challenge in my IIS stuff. (I use W2K Professional is that matters...) Unchecking anonymous brings up a password dialog that you need to access the whole webpage. I don't want authentication but if I don't, none of my ASP stuff runs. =)