Ok i have a weird issue that i want to get resolved. It is not a critical to my programming but it would be nice to be able to test the programming in a "real" environment while i am away from the real servers. Ok i blbbered enough here is the issue i am having.
I am creating a webpage that will grab data and display it from a MSSQL database. When i run the code in my php editor it runs and does what it is supposed to do. However when i run it on my localhost in IIS it fails and says it can not connect to server. When i run it on the production server it runs just fine. the production server and my machine are basically the same except for the OS. They both are running the same version of IIS and the same version of PHP. Could there be a setting i am missing? I really want to be able to build the thing without having to upload to the server each time i want to test something. ALSO i do not want to have to run and test in my editor/debugger and find out what i am coding in it will not run on the server itself.
Thanks,
Z