Can anyone tell me if you can run IIS with ASP plus run IIS with PHP all at once.
I installed the php server on IIS and now my ASP will not work.
Can the server execute both .asp and .php?
I do it all the time on my servers so it is possible. Can you describe more precisely the problem or errors you receive when attempting to load an ASP page?
Try using a diferent port number for one of the servers. This should work, but propably it's not the best way to do it. So if anybody knows a better way, please, I'm interested too 😉
I need to run php-scripts from asp script. I need do it without redirect from asp page to php page. I need run 2 parsers together (or almost together). Is it Possible?