• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

PHP on IIS5, and MSSQL...HELP!

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Frost Byte

Member
Joined
Jun 22, 2001
Let me just start out so you know, I have no idea what I'm doing when it comes to IIS. We are currently running our Intranet site on IIS. I've been working on frontends for a few of our MSSQL databases. They work fine and dandy on my laptop running Apache under *nix.

All I had to do to get PHP to connect to MSSQL was to edit the freetds.conf file.

Can anyone help me get PHP installed on IIS?

I just installed it on my Windows workstation to test it, but its not bringing up the pages that I made. It will bring basic PHP pages up, like phpinfo and such...but its just blank when I look at pages that try to connect to MSSQL.

Any help would be awsome.

Thanks

::UPDATE::
Well I got PHP running correctly under IIS. It tries to connect to the database but can't. Any ideas?

Also is this the right spot, or should this be under programming?
 
Last edited:
Back