Windows Shared Hosting - Custom Scheduled Task

I have windows sharing, and every day I have to run the planned C # executable to create a Sitemap, send a newsletter, etc.

The provider tells me that I cannot run the executable for security reasons. What can I do?

The vendor offers me to buy a VPS, but I don’t think it makes sense to spend more money only on a scheduled task.

Is there an alternative way?

+3
source share
5 answers

asp.net . , , .

, , . .

, , IP- ( ) / . , .

+1

.

:

  • ,

Andy, .

+7

ATrigger . A .NET library . .

: . , .

+1

, (, System.Web.UI.Page , ), ( ) , . , , ( ), , .

, , -, , , . , , , , , .

Hope this helps.

0
source

There are schedule tasks in the shared hosting panel. http://pasteboard.co/2oBUrVeM.png

You can invoke the URL of your action method that sends emails.

0
source

All Articles