D
D
Dima_Demichev2017-05-23 17:02:55
ASP.NET
Dima_Demichev, 2017-05-23 17:02:55

mvc c# work without user, how to implement?

Created an mvc c# application that changes the name of the VK group. But it only changes it when the page is refreshed. How to make it work around the clock without user contact? Well, something like a server loop.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
FreeBa, 2017-05-23
@FreeBa

quartz ?

A
Artem, 2017-05-23
@devspec

Rewrite to console application and install it as a windows service on your server.
If you have shared hosting and this is not possible... then you need to call "refresh" the page from outside, something like https://www.setcronjob.com/ or a similar service.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question