Is there a way in theory to read an IIS application variable from outside
of the IIS process?
Specifically, I need to store data in an application variable, and then
poll that variable at an interval to retrieve the data and transfer it to a
database.
My plan would be to write a VBScript routine to poll the app var, and then
schedule it using scheduled tasks, although creating a service to
accomplish the task would probably be a better idea.
I'm open to any suggestions, and am competent in vb, vbscript, javascript,
and perl. Something tells me I'm going to need C++ for an effective
solution, but I hope I'm wrong...(I want to learn it, but don't have time!)
TIA,
Ziggy