PHP MSSQL and IIS7

Hi,
I am working on windows server 2008 iis7 platform. I am trying to connect to ms sql database from php. I have made the required changes to the php.ini file to enable mssql dll. When i do a phpinfo() command through the windows command promt, I can see that ms sql is enables and everything is good. However, when i perform phpinfo() using iis7 interface (where i am asked to specify the website first), I see that ms sql is not enabled. I am not able to connect to my database through my website for this reason. Any suggestions? Thanks.

Sponsor our Newsletter | Privacy Policy | Terms of Service