开发者

Automatic a Web Page to Run Daily

开发者 https://www.devze.com 2023-02-05 06:39 出处:网络
I\'m very unfamiliar with this, I\'ve heard about running sql automated jobs, but how Can I 开发者_JAVA技巧run an aspx page daily?? Basically When the page loads up, it constructs an email and sends i

I'm very unfamiliar with this, I've heard about running sql automated jobs, but how Can I 开发者_JAVA技巧run an aspx page daily?? Basically When the page loads up, it constructs an email and sends it out..

Any help would be greatly appreciated.

Thanks,

Jacob


you could create a scheduled task which invokes that page with a WebRequest, is this what you want? Is it enough to access the page with a request as it would happen opening it with the browser or do you need to insert some values in some fields and click a button for example?

0

精彩评论

暂无评论...
验证码 换一张
取 消