<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx</link><description>How to run scheduled jobs from ASP.NET without requiring a Windows Service to be installed on the server? Very often we need to run some maintenance tasks or scheduled tasks like sending reminder emails to users from our websites. This can only be achieved</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx#1654275</link><pubDate>Sun, 16 Nov 2008 19:35:04 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1654275</guid><dc:creator>Steve Wellens</dc:creator><description>&lt;p&gt;FYI: The link provided doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeproject.com/useritems/ASPNETService.asp"&gt;www.codeproject.com/.../ASPNETService.asp&lt;/a&gt; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1654275" width="1" height="1"&gt;</description></item><item><title>re: Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx#1630575</link><pubDate>Tue, 03 Jun 2008 07:35:27 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1630575</guid><dc:creator>K.G.</dc:creator><description>&lt;p&gt;Hey.&lt;/p&gt;
&lt;p&gt;I have been writing a component (AspTaskManager) base on this idea, but I&amp;#39;ve run into something weird.&lt;/p&gt;
&lt;p&gt;Even with the webclient keeping the application alive, the application will end after 1,5 days anyway... then the application immediately restarts again.&lt;/p&gt;
&lt;p&gt;I presume that this is worker process recycling or something ?&lt;/p&gt;
&lt;p&gt;Anyway, I was wondering if you experienced this, and if you might have a solution for it ?&lt;/p&gt;
&lt;p&gt;You can contact me at &amp;quot;valheruasu at hotmail dot com&amp;quot;.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;K.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1630575" width="1" height="1"&gt;</description></item><item><title>re: Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx#1127694</link><pubDate>Tue, 21 Aug 2007 10:46:13 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1127694</guid><dc:creator>krishnangshu banerjee</dc:creator><description>&lt;p&gt;It is running only for two times....and time gap is 1 min 20 sec&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1127694" width="1" height="1"&gt;</description></item><item><title>re: Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx#1001566</link><pubDate>Thu, 05 Jul 2007 07:39:56 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1001566</guid><dc:creator>Rohit</dc:creator><description>&lt;p&gt;good and useful article.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1001566" width="1" height="1"&gt;</description></item><item><title>re: Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx#933945</link><pubDate>Wed, 30 May 2007 13:07:31 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:933945</guid><dc:creator>mangesh nerkar</dc:creator><description>&lt;p&gt;i have gone through numerous site,blogs and community but all in dust. If any has this stuff.........it would be great.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=933945" width="1" height="1"&gt;</description></item><item><title>re: Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx#106931</link><pubDate>Mon, 07 Aug 2006 06:08:02 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:106931</guid><dc:creator>Amit Joshi</dc:creator><description>Hi,&lt;br&gt;I am Amit Joshi a c#, asp.net &amp;nbsp;developer.&lt;br&gt;My problem is to create a setup project which will add one scheduled task (windows). That is an exe currenlty its work is to run one stored procedure&lt;br&gt;, get some data and send mails according through c# code. I want user to give chane to select time to run this utility say at midnight 12:00 A.M.&lt;br&gt;How to achieve this? If you could send me code in C# I will be highly obliged.&lt;br&gt;Amit Joshi&lt;br&gt;Pune. India.&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=106931" width="1" height="1"&gt;</description></item><item><title>re: Simulate Windows Service using ASP.NET</title><link>http://msmvps.com/blogs/omar/archive/2005/11/01/simulate-windows-service-using-asp-net.aspx#79396</link><pubDate>Mon, 19 Dec 2005 05:11:49 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:79396</guid><dc:creator>Rashid Ashraf Malik</dc:creator><description>Though i m currently working as QA in my company,but i communicated this code to my developers and it was of great help.&lt;br&gt;Keep up good work.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=79396" width="1" height="1"&gt;</description></item></channel></rss>