Hi,
I am trying to call one asp file from another asp file that is on the same domain.
when i run the xmlhttp.send command, the request hangs and i get a time out from the xmlhttp object.
when i run the second file manually it runs fine.
i'm using iis7 on windows server 2008 web edition.
i had the same problem on my local computer running vista but i changed the asp debugging to false so that my website won't run in single thread and that solved the problem.
however i do not have asp debugging enabled on my server so i do not know how to solve this.
if i go to the application pool of the website and increase the web processes from 1 to 2, then it works. but i have a feeling this should work on one process just fine aswell...
is there anyway to find out if my iis is running on single thread?
is there anything else that might explain this?
thank you.