IIS on Windows 7 and PHP : not able to save the connection to mssql

Hi all,

I’ve set a new IIS / Php environment and all is set right now. It works nice.

The only problem … I have is that when I go to save the connection on production environment it do not save it…
So every time I try to call the login --> localhost\myproject it asks to create connection…
Where it write the connection information ?
How can I fix it ??
Thanks so much
Giovannino

This is odd… Are the rights properly set? You can check the system logs for access errors.
Alternatively you can allow iis to have more privileges by running the iis service as an elevated user (user with more rights).
iis can normally not go outside the www directories per default.