Tom
Thanks for the response I dont know if I have explained this problem but here goes in a nutshell:
I think my problem is a way to make my reconnect code run in my app when no browser is connected to my application - my application is located on a remote web server and - further connected to the price feed server. When a browser is connected I can get my reconnect code to run through a page timer.
Do I have to write a script containing call to tinyget? If I have to write a script where do I put it to ensure the script is run on a schedule.
Do I create a page with the script on it and call my reconnect routine somehow from there?
Info: I cannot access web pages on the third party server it is a price feed for Forex that I subscribe to.
I could write a web service for my application and try to get a timer to stay alive in that. Do you know if this seem like a reasonable way to go?
If i've missed your point on tinyget appologies and I got the following output:
C:\Program Files\IIS Resources\TinyGet>tinyget -srv:BOB-UXXXXXJ6DN -uri:http//l
ocalhost/fxpiprunner/default.aspx -t
bLoadSecurity
WWWConnect::Connect("BOB-UXXXXJ6DN","80") //Altered
IP = "XX.XX.XX.XX:80" //Altered
source port: 1169
REQUEST: **************
GET http//localhost/fxpiprunner/default.aspx HTTP/1.1
Host: BOB-US5UHB8J6DN
Accept: */*
RESPONSE: **************
HTTP/1.1 400 Bad Request
Server: Microsoft-IIS/5.1
Date: Fri, 12 Sep 2008 04:41:14 GMT
Connection: close
Content-Type: text/html
Content-Length: 87
<html><head><title>Error</title></head><body>The parameter is incorrect. </body>
</html>WWWConnect::Close("BOB-US5UHB8J6DN","80")
closed source port: 1169