Click here to Skip to main content
15,881,815 members

Comments by Paul D D (Top 9 by date)

Paul D D 19-Nov-14 8:01am View    
Forgot to add the link I referred to ... http://technet.microsoft.com/en-us/library/gg213826(v=sql.110).aspx
Paul D D 24-Jul-14 9:47am View    
Thanks Ryan. A windows service? I doubt this is possible on a shared IIS server? Or are you meaning a .NET web service?
Paul D D 24-Jul-14 9:31am View    
Thanks Ryan. I don't suppose you can point me to a useful example that follows .NET4 standards?
Paul D D 24-Jul-14 6:11am View    
Picking up on the comments made above I think the best immediate solution will be as follows:

The hosting company allows me to set up a scheduled task to "Check Website Availabilty". If I specify a url which points to a WCF Web Service (containing my logic) then the 'website check' will run the service for me at a time I specify.
Does this sound like a sensible approach?

Only problem I suppose is if the website is unavailable then the http request will fail, unless I can run it from localhost.
Paul D D 24-Jul-14 5:50am View    
I think it makes sense to understand what the existing hosting company can provide - will have a detailed discussion once I have a better grip on what I want to achieve and how. They must have come across similar issues in the past.