Hi,
I've installed IIS7.5 on my win 2k8 R2 server.I've copied over mydbr to wwwroot and set it up.
The DB connection to MS SQL has been done successfully.
However whenever I try to login using the dba/dba I get a login error:
Check that your cookies are enabled.
I've checked this on multiple browsers on different platforms and all give the error so I know its not a cookie enabling problem on the browsers themselves (other sites that need cookies eg: yahoomail works fine).
Running phpinfo the following are the cookie settings obtained:
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path c:\PHP\cookie c:\PHP\cookie
session.cookie_secure Off Off
Any pointers??? :S