IIS "Infinite Loop" when accessing AS through HTTP -
08-23-2003
, 10:21 AM
All:
An application I'm building requires users to employ web-based Basic
Authentication in a multi-machine configuration. I.e., User on Machine 1
pings IIS virtual directory on Machine 2 (containing modified msolap.asp --
Machine 2 also has msmdpump.dll registered) which, in turn, accesses AS data
on Machine 3. My configuration is commensurate with the KB article
http://msdn.microsoft.com/library/de...l_datapump.asp.
Thanks for this, BTW, Dave Wickert, et al!
Two questions/issues:
1. My post-SP3 msolap.asp did not include the "pump.ServerName =
"<server_name>"" code; I added the line. Is this an issue? Did I perhaps do
something wrong/miss something in the SP3 install?
2. When requesting the Machine 2 virtual directory, my IIS machine "hangs":
CPU utilization increases to 90-100%. After 30 minutes, I am forced to kill
the proc.
Any ideas?
TIA,
MTI |