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

ASP.NET

 
QuestionHow to capture webcam videos using C# and ASP.NET Pin
vinay_sinha20-Aug-12 23:30
vinay_sinha20-Aug-12 23:30 
QuestionPage.ResolveUrl and reverse proxy Pin
Sebastiaan Meijerink20-Aug-12 22:21
professionalSebastiaan Meijerink20-Aug-12 22:21 
Questionexecute a certain task every one hour in server Pin
Farhad Eft20-Aug-12 13:01
Farhad Eft20-Aug-12 13:01 
AnswerRe: execute a certain task every one hour in server Pin
fjdiewornncalwe20-Aug-12 16:08
professionalfjdiewornncalwe20-Aug-12 16:08 
GeneralRe: execute a certain task every one hour in server Pin
Farhad Eft20-Aug-12 22:08
Farhad Eft20-Aug-12 22:08 
AnswerRe: execute a certain task every one hour in server Pin
Rahul Rajat Singh20-Aug-12 17:55
professionalRahul Rajat Singh20-Aug-12 17:55 
GeneralRe: execute a certain task every one hour in server Pin
Farhad Eft20-Aug-12 22:08
Farhad Eft20-Aug-12 22:08 
AnswerRe: execute a certain task every one hour in server Pin
Rahul Rajat Singh20-Aug-12 22:27
professionalRahul Rajat Singh20-Aug-12 22:27 
In that case, I will have to suggest a very very dirty workaround for tackling this problem.

1. Have a page that will do the required task. do the required task only when a specific query string is present. This way you will ensure that only you know this actual link that will perform this operation.

2. Now whenever you access this page with this specific query string this task will run. you can do it manually but you can still automate it. lets see how:

3. create a simple winform application with webbrowser control in it and navigate it to the required page with the specific querystring. all hard coded in the page_load. so when application opens up your task is done. close this app in webbrowser navigated event.

4. Now configure a windows service on your PC that will run this application on a specified time.

P.S. all this assuming that the task you need to perform is not time consuming otherwise you will get timeout problem.

Note: I am not recommending this approach. it is very very bad. but in desperate times such workarounds do work.
Every now and then say, "What the Elephant." "What the Elephant" gives you freedom. Freedom brings opportunity. Opportunity makes your future.

SuggestionRe: execute a certain task every one hour in server Pin
Karthik J, Coimbatore20-Aug-12 23:25
Karthik J, Coimbatore20-Aug-12 23:25 
AnswerRe: execute a certain task every one hour in server Pin
David Mujica21-Aug-12 2:03
David Mujica21-Aug-12 2:03 
AnswerRe: execute a certain task every one hour in server Pin
Sandip.Nascar22-Aug-12 10:57
Sandip.Nascar22-Aug-12 10:57 
AnswerRe: execute a certain task every one hour in server Pin
Vijay Selvaraj27-Aug-12 0:13
Vijay Selvaraj27-Aug-12 0:13 
Questionconfigure IIS 7 to run with current user account Pin
indian14320-Aug-12 10:38
indian14320-Aug-12 10:38 
Questionimage control from Image Pin
Jassim Rahma20-Aug-12 8:56
Jassim Rahma20-Aug-12 8:56 
AnswerRe: image control from Image Pin
Wes Aday20-Aug-12 9:21
professionalWes Aday20-Aug-12 9:21 
GeneralRe: image control from Image Pin
Jassim Rahma20-Aug-12 9:34
Jassim Rahma20-Aug-12 9:34 
QuestionInteractive Chart - Write Back to Database Pin
Member 936975420-Aug-12 7:56
Member 936975420-Aug-12 7:56 
Questionget all image file names from a folder in Jquery Pin
ashjassi19-Aug-12 20:18
ashjassi19-Aug-12 20:18 
AnswerRe: get all image file names from a folder in Jquery Pin
jiacode19-Aug-12 20:28
jiacode19-Aug-12 20:28 
AnswerRe: get all image file names from a folder in Jquery Pin
Keith Barrow20-Aug-12 2:55
professionalKeith Barrow20-Aug-12 2:55 
GeneralRe: get all image file names from a folder in Jquery Pin
ashjassi20-Aug-12 18:45
ashjassi20-Aug-12 18:45 
Questionremove my website from history Pin
Jassim Rahma19-Aug-12 5:20
Jassim Rahma19-Aug-12 5:20 
AnswerRe: remove my website from history Pin
Bernhard Hiller19-Aug-12 21:00
Bernhard Hiller19-Aug-12 21:00 
AnswerRe: remove my website from history Pin
Karthik J, Coimbatore20-Aug-12 23:40
Karthik J, Coimbatore20-Aug-12 23:40 
Questionwhen the data(database) on the server is updated, how to inform the client automatically? Pin
wangerpang19-Aug-12 4:54
wangerpang19-Aug-12 4:54 

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.