I’m making a small questionnaire for a client and I had planned on using PHP. However the client has said that their servers are in asp.net so the PHP code won’t work.
I’ve never came across this issue before and have never had an issue with PHP running on a web server. Is the client just mis-informed or will PHP not work on his server at all?
Sadly I don’t have access to their server to test anything.
ASP.NET apps are typically hosted by IIS on a windows server. IIS supports running PHP applications.
Also, if it’s IIS6, that’s supported as well.
You may have problems if you can’t get to the server and set it up, though.