Hello,
We recently moved from NT to SBS 2003 and are hitting a few bumps in the road.
I have installed PHP/MYSQL and it works just fine. I enabled ASP in IIS as well. All scripts work fine.
However...
Upon login (from any computer), I run a php script. Let's call it "updateinventory.php". I can keep "updating the inventory" until I decide to login to the "orderform.asp". All the ASP scripts will continue to work, but if I go back to the php scripts they stop working.
"Stop working" is loosely used here. The PHP script processing works, however I use "GET", "POST", "REQUEST" methods. In other words the form submissions won't work.
The code didn't change, neither did the client computers.
So this is how I concluded it was IIS. I may be wrong.
We recently moved from NT to SBS 2003 and are hitting a few bumps in the road.
I have installed PHP/MYSQL and it works just fine. I enabled ASP in IIS as well. All scripts work fine.
However...
Upon login (from any computer), I run a php script. Let's call it "updateinventory.php". I can keep "updating the inventory" until I decide to login to the "orderform.asp". All the ASP scripts will continue to work, but if I go back to the php scripts they stop working.
"Stop working" is loosely used here. The PHP script processing works, however I use "GET", "POST", "REQUEST" methods. In other words the form submissions won't work.
The code didn't change, neither did the client computers.
So this is how I concluded it was IIS. I may be wrong.