At 19:37 19.11.2002, Chris Edwards said:
--------------------[snip]--------------------
>is anyone running the isapi mod on iis?  why does it ask for authenitcation
>when I run a script?
--------------------[snip]-------------------- 

 From the docs (http://www.php.net/manual/en/features.http-auth.php):

[...]
Also note that this does not work using Microsoft's IIS server and the CGI
version of PHP due to a limitation of IIS. 
[...]

So said, HTTP authentication cannot be done on IIS. You need to write your
own login form.


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to