问题描述
我有一个我的asp.net web应用程序的邮件列表页面...我发现一个在线网络基于cron在我的应用程序中每天执行一次MailingList.aspx的URL ...
-
使用基于在线免费网络的cron是安全的吗?
编辑
- 任何使用基于网络的cron安排其任务的人都可以分享他们的体验...
将应用程序的核心部分移动到第三方并不是一种防御性的秘密做法。你可能不会被黑客入侵,但有一个很好的机会,可能会出错。不幸的是,Windows托管您没有多少选择。
Google AppEnigne是免费的,它有一个cron:
这可以用作第三方cron,但Google可能更值得信赖。
I have a mailing list page in one of my asp.net web application... I found an online web based cron to execute the url of MailingList.aspx once a day in my application...
Is it secure to use an online free web based cron?
What should i watch out for when using them?
EDIT:
- Anyone who uses web based crons for scheduling their tasks can share their experience...
It is not a defensive secuirty practice to move core parts of your application to 3rd parties. You might not get hacked, but there is a good chance something could go wrong. Unfortunately with windows hosting you don't have many alternatives.
Google AppEnigne is free and it has a cron:http://code.google.com/appengine/docs/python/config/cron.htmlThis could be used as a 3rd party cron, but Google is probably more trust worthy.
这篇关于使用基于cron的在线免费网络是安全的吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!