automatically generate a text file from the server
-
I have an ASP.Net web application in C# that needs to generate a text file automatically every hour. Is there a way for me to automatically generate the text file without any user interaction on the server or through a client? Is there a timer function that I can called? Thanks.
-
I have an ASP.Net web application in C# that needs to generate a text file automatically every hour. Is there a way for me to automatically generate the text file without any user interaction on the server or through a client? Is there a timer function that I can called? Thanks.
You would need to write a web windows service that uses a timer to run some code to generate a file at hourly intervals.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
modified on Friday, December 21, 2007 3:17:10 PM