Quote:
Originally Posted by chrishirst
Is OnIdle a .NET Application event ?
In ASP ("Classic") there is only OnStart & OnEnd
|
Ah, my mistake. I still do a lot of "Classic" work, but it's been a while since I've gone in and tinkered with the application level events.
If you write an exe in VB 6 that makes a request to the specific URL of the asp page that does the mailing, you don't even have to process the response. Simply asking for the page will trigger all your asp code to run.
Sorry to hear that your host doesn't seem very with it. You should be able to add the server to Enterprise Manager, or even send a SQL command to set that up from an asp page, but it's starting to sound like VB 6 is the way to go.
And it may be a decade old, but there are still a lot of production apps written in VB 6, so it's still relevant. Also, the exe you write that requests a particular asp page could be on your computer, on the server, or anywhere else with access to the internet.
|