I have just tried the most basic HELLO WORLD ASP and I am still getting the
authetication prompt. I have Win2KServ, IIS5. I still think it is
permissions, and I have it set as ;
ANONYMOUS ACCESS; Checked
INTEGRATED WINDS AUTH: Tried both checked and unchecked (unchecked just says
that 'You are not auth. to view this page')
USER NAME: IUSR_TESTSERV
I have just set up a basic (so far internal) web page with a basic
default.htm and menu.asp. When I go to www.website.com, it brings up the
defualt.htm page with no problems. If I go to www.website.com\menu.asp, it
immediately prompts for the Login/ Pass/ Domain. Both the ASP and the HTM
files are in the same directory withthe same permissions.
If I enter the admin login and pass for the server, it displays the page
properly with no issues. Otherwise, it says YOU ARE NOT AUTH. TO VIEW THIS
PAGE.
Why does this do this for the ASP and not the HTM? Both files are in the
same directory with the same persmissions.
I appreciate the help.