Page 1 of 1

Anonymous access on IIS

Posted: Wed Apr 05, 2006 7:45 am
by trekmp
I'm using PHP 5 on a windows 2003 server with IIS6 and I need to disable anonymous access, which I can do no problem.

I just need to be able to use Windows Intergrated Auth as I still need to get the current users that is logged on to the remote machine.

The trouble is everytime I start the browser and go to this site its asking me for a user name and password.
I don't get this when using ASP, just the PHP sites, is there a way round this?

I think it has something to do with the HTTP authentication, but what?

Thanks