Setting up the security with IIS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having difficulty setting up WEB access with IIS. On every access, the user/password pops up requesting a user name and password. I'm set up for every body to be able to read so why this window pops up on every access. Note that if someone types any character(s) and blank password he gets in. I don't want to see this window.
-Maty
 
Have you yet used the IIS help system to make sure
that your web is correctly set up for anonymous access ?

If your IIS help website is not available any longer at
http://localhost/IIShelp
then within the default website node define a vdir that
points to it at
C:\WINDOWS\Help\iisHelp


Maty said:
I'm having difficulty setting up WEB access with IIS. On every access, the
user/password pops up requesting a user name and password. I'm set up for
every body to be able to read so why this window pops up on every access.
Note that if someone types any character(s) and blank password he gets in. I
don't want to see this window.
 
Back
Top