Click here to Skip to main content
15,919,778 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Urgent help plz - global.ascx Pin
Jassim Rahma3-Oct-10 12:41
Jassim Rahma3-Oct-10 12:41 
AnswerRe: Urgent help plz - global.ascx Pin
Not Active3-Oct-10 17:26
mentorNot Active3-Oct-10 17:26 
AnswerRe: Urgent help plz - global.ascx Pin
Luc Pattyn3-Oct-10 18:22
sitebuilderLuc Pattyn3-Oct-10 18:22 
QuestionScheduled task Pin
Jassim Rahma3-Oct-10 9:31
Jassim Rahma3-Oct-10 9:31 
AnswerRe: Scheduled task Pin
Not Active3-Oct-10 10:15
mentorNot Active3-Oct-10 10:15 
GeneralRe: Scheduled task [modified] Pin
NeverHeardOfMe3-Oct-10 10:31
NeverHeardOfMe3-Oct-10 10:31 
GeneralRe: Scheduled task Pin
Not Active3-Oct-10 10:44
mentorNot Active3-Oct-10 10:44 
AnswerRe: Scheduled task Pin
Luc Pattyn3-Oct-10 10:23
sitebuilderLuc Pattyn3-Oct-10 10:23 
There is no easy fix. Here are two ideas:

1. Most web hosts are UNIX based, and a lot of them offer a CRON service for periodic actions. You could create a PHP page there that accesses your ASPX page, then tell their CRON to activate your PHP page periodically.

2. You might be able to do this: have your aspx page send a delayed mail to your web host (most have some facility to not immediately send a mail, but wait either some period, or some specific time, or whatever is considered the night shift). Then set up your mail account to filter for that specific mail and get it processed by the original aspx page.
Warning: this basically means the page is keeping itself active, which can go wrong in two ways: if the delay becomes too small or zero, you get a busy loop, and the web host will eventually kick you out; and when the loop breaks for some reason, it will not restart automatically.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


Questionpopulate from email to database Pin
Jassim Rahma3-Oct-10 7:33
Jassim Rahma3-Oct-10 7:33 
AnswerRe: populate from email to database Pin
Daniel Casserly3-Oct-10 9:19
Daniel Casserly3-Oct-10 9:19 
Questionhelp if anbody can? Pin
ramneek.20083-Oct-10 0:10
ramneek.20083-Oct-10 0:10 
AnswerRe: help if anbody can? Pin
Luc Pattyn3-Oct-10 3:00
sitebuilderLuc Pattyn3-Oct-10 3:00 
Questionhow to do this in Google Pin
Jassim Rahma2-Oct-10 21:24
Jassim Rahma2-Oct-10 21:24 
AnswerRe: how to do this in Google Pin
Brij3-Oct-10 2:49
mentorBrij3-Oct-10 2:49 
AnswerRe: how to do this in Google Pin
Luc Pattyn3-Oct-10 3:12
sitebuilderLuc Pattyn3-Oct-10 3:12 
AnswerRe: how to do this in Google Pin
NeverHeardOfMe3-Oct-10 3:33
NeverHeardOfMe3-Oct-10 3:33 
QuestionAllow web users to get a report on the status of my web service Pin
SummerBulb2-Oct-10 9:35
SummerBulb2-Oct-10 9:35 
AnswerRe: Allow web users to get a report on the status of my web service Pin
Not Active2-Oct-10 9:42
mentorNot Active2-Oct-10 9:42 
GeneralRe: Allow web users to get a report on the status of my web service Pin
SummerBulb2-Oct-10 10:33
SummerBulb2-Oct-10 10:33 
GeneralRe: Allow web users to get a report on the status of my web service Pin
Not Active2-Oct-10 11:29
mentorNot Active2-Oct-10 11:29 
AnswerRe: Allow web users to get a report on the status of my web service Pin
Luc Pattyn2-Oct-10 11:13
sitebuilderLuc Pattyn2-Oct-10 11:13 
QuestionSet focus on row after edit Pin
treuveni2-Oct-10 8:34
treuveni2-Oct-10 8:34 
AnswerRe: Set focus on row after edit Pin
Not Active2-Oct-10 9:47
mentorNot Active2-Oct-10 9:47 
GeneralRe: Set focus on row after edit Pin
treuveni3-Oct-10 5:53
treuveni3-Oct-10 5:53 
GeneralRe: Set focus on row after edit Pin
Daniel Casserly3-Oct-10 9:22
Daniel Casserly3-Oct-10 9:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.