A
A
Alexey Lebedev2015-07-25 12:01:52
ASP.NET
Alexey Lebedev, 2015-07-25 12:01:52

How to run *.ashx once a minute?

There is MS Windows Server. It has IIS on it. It has a website with an ashx script that needs to be run once a minute.
How can I do that?
*.ashx can be partially converted to another format if necessary.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kovalsky, 2015-07-25
@dmitryKovalskiy

ashx is not a script, but an incoming request handler. So write something that will make a GET / POST request to it in the mode you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question