ASP.NET doubt
-
Hi,i am hosting my asp.net site in aspspider.info,and i want a technique to execute a program each day 12 am i have to host that also on aspspider(please reply me with a proper guidance as early as possible )
-
Hi,i am hosting my asp.net site in aspspider.info,and i want a technique to execute a program each day 12 am i have to host that also on aspspider(please reply me with a proper guidance as early as possible )
venkatasatyakota wrote:
i want a technique to execute a program each day 12 am
Your best bet is to write a stand-alone application and schedule it using windows scheduler. But of course, you need to get access to server or server support folks has to do it.
Navaneeth How to use google | Ask smart questions
-
Hi,i am hosting my asp.net site in aspspider.info,and i want a technique to execute a program each day 12 am i have to host that also on aspspider(please reply me with a proper guidance as early as possible )
venkatasatyakota wrote:
i want a technique to execute a program each day 12 am
You would probably be hosting your application in a shared hosting environment and in your scenario it is very rare that you would be given access to the scheduled task to run a stand alone application. Best is to talk to your hosting provider, as in the shared hosting environment they usually provide you with something called Web Scheduler(atleast my hosting provider does :-D ). This is nothing but a schedule at which a specified url is requested at certain time.:rose:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.