Hi,
I have and application that is running on win2k, IIS using php and mysql. It works find if anonymous access is allowed, when only Integrated windows authentication is used the application stops running(I need to use NTLM authentification on production server). It seems to to fail when the application writes some session information to a text file on the sessiondata dir. I have given full rights to myself(locally and domain level) on the virtual dir.
I have read the documentation on how to authenticate 'www-authenticate', my question is why should I need to do this? If I am logged into the network, I have already been validated. If I need to use the authentication, how do I let windows know the user/password so that the application can write on the server. I am new to php but it does not seem to difficult.
Thank you for your assistance.