On Wed, 18 Aug 2004 14:52:16 +0200, "Morten Frederiksen"
<> wrote:
>
>"Jeff Cochran" <> skrev i en meddelelse
>news:...
>> On Wed, 18 Aug 2004 10:25:56 +0200, "Morten Frederiksen"
>> <> wrote:
>
>> What response are you loooking for and how do you know it isn't
>> working?
>
>Just about any response would do! It seems that IIS hangs and there is no
>response at all. The ASP code I posted is of course only the offending code;
>the document contains more code and HTML, but none of it is displayed in the
>browser. I just get a blank window or the "too many users" error message.
>
>> Might want to try one of the Ping components already
>> available, such as:
>>
>> http://www.15seconds.com/component/pg000229.htm
>
>I am familiar with that one, but still the problem puzzles me.
If you sat at the server you'd understand. The script, as written,
can't retrun anything to a browser. It opens a DOS console on the
server, which doesn't work, and everything is performed on the server.
No response will go back to the client.
That's why the component exists...
Jeff