09 May 2009 - 4:21 AM / by Dominic Pettifer. 4 Comments for Stop IIS AppDomain Restarts When a Folder is Deleted.
Technical Article - I show you how to prevent IIS web server, and the ASP.NET worker process, from restarting your websites AppDomain whenever a folder is deleted (either programmatically or manually) in your web sites folder hierarchy.
If you've ever modified the web.config file for an ASP.NET application, or tinkered with the bin folder (added/deleted/renamed files etc.) while that website was running, you will have noticed that this causes the AppDomain to restart. All Session state is lost and Cached items removed as the website starts up again, any logged in users will be logged out (assuming you’re not using persistent cookies for authentication). Where I work, we often use the expression "Bouncing the web.config" meaning adding a space somewhere to the web.config file and saving it, forcing an AppDomain restart when we need it.
In ASP.NET 2.0, they added 'folder deletes' to the list of things that cause an AppDomain restart, and this causes serious problems with websites that support some form of file upload capability, along with the dynamic creation and deletion of folders to store those files. For instance, for a product in an ecommerce site, you might want to store the product’s images in a directory that derives its name from the product ID, eg. /productImages/123/ipod-nano.jpg, or even the ID for the image's record. This helps prevent filename conflicts with other uploaded files & images. Of course, when you come to delete the product from the database, you'd naturally want to delete its corresponding images and containing folders as well, but obviously can't because of the AppDomain restart issue. So we're left with leaving a whole bunch of empty folders lying around on our server (file deletes don't cause an App restart).
Fortunately, there is a solution thanks to the magic of Reflection and HttpModules. First create an HttpModule like so...
using System.Reflection;
using System.Web;
namespace MyWebsite
{
/// <summary>
/// Stops the ASP.NET AppDomain being restarted (which clears
/// Session state, Cache etc.) whenever a folder is deleted.
/// </summary>
public class StopAppDomainRestartOnFolderDeleteModule : IHttpModule
{
public void Init(HttpApplication context)
{
PropertyInfo p = typeof(HttpRuntime).GetProperty("FileChangesMonitor",
BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Static);
object o = p.GetValue(null, null);
FieldInfo f = o.GetType().GetField("_dirMonSubdirs",
BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.IgnoreCase);
object monitor = f.GetValue(o);
MethodInfo m = monitor.GetType().GetMethod("StopMonitoring",
BindingFlags.Instance | BindingFlags.NonPublic);
m.Invoke(monitor, new object[] { });
}
public void Dispose() { }
}
}If you prefer to use the Global.asax file, place the Init() code in the Application_Start() event instead. I believe using the Global.asax approach has been deprecated in favour of using HttpModules which can respond to events fired by the web application lifecycle (on session start, session end, begin request etc.). The Init method acts the same way as Application_Start in Global.asax, and Dipose is similar to Application_End.
We want the above code to fire when the Application first starts up. Ther's no exposed way in the .NET framework to disable app domain restarts on folder deletes, so we need to use Reflection to dig deep into the HttpRuntime to achieve this. Now place this into the <httpModules> section inside the web.config file...
<add name="stopAppDomainRestartOnFolderDelete"
type="MyWebsite.StopAppDomainRestartOnFolderDeleteModule" />And that's it. This will prevent AppDomain restarts for folder deletes, but will still restart for web.config and bin folder modifications, exactly what we want.
thanks very useful..
My session is no longer set to empty... :)
Posted on 27 April 2011 - 7:48 AM / by jepoy
Great stuff, nice to find something like this!
Posted on 25 January 2012 - 5:09 PM / by term paper services
I appreciate your effort, you do a great job. I have already recommended your site to friends because I find it very helpful. Thanks again.
Posted on 25 January 2012 - 5:12 PM / by custom writing
This looks like the solution I'm looking for hours!!
But... I need to make exactly the opposite, I need to avoid AppDomain Restarts when the web.config is changed.
Is this possible?
In the other hand, if I don't want to use the Global.asax... Where should I place the code provided??
Please help me! I'll keep making attemps!
Posted on 2 November 2009 - 6:17 PM / by Ronny DJ
///This code stops AppDomain to Restart when I have modified my web.config file while my application is running
///I have used following code inside Application_End event of Global.asax
System.Reflection.PropertyInfo p = default(System.Reflection.PropertyInfo);
object o = null;
System.Reflection.MethodInfo m = default(System.Reflection.MethodInfo);
p = typeof(HttpRuntime).GetProperty("FileChangesMonitor", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static);
o = p.GetValue(null, null);
m = o.GetType().GetMethod("StopMonitoring",System.Reflection.BindingFlags.Instance |System.Reflection.BindingFlags.NonPublic);
m.Invoke(o, new object[] { });
Posted on 12 November 2009 - 1:24 PM / by Chandra Bhushan
If you are in a not good position and have no cash to move out from that, you will have to take the <a href="http://bestfinance-blog.com/topics/home-loans">home loans</a>. Just because it will help you definitely. I take financial loan every year and feel myself OK just because of that.
Posted on 5 May 2011 - 7:47 PM / by HoganDaisy25
Very informative blog. Thanks for providing this information.
Posted on 24 May 2011 - 10:40 AM / by Sarah Coles
Exhausted of wasting days for biography term paper writing? Worry no more! Buy essay writing from custom term paper writing service and be sure that you have great quality papers.
Posted on 19 May 2011 - 10:15 PM / by buy writing paper
<p>In autumn, quite a lot of people would like to travel, then to own a <b><a href="http://www.louisvuittonhandbags-mall.com/" title="Louis Vuitton Handbags">Louis Vuitton Handbags</a></b> would be a necessary. Here we on sale some new versions which are lager enough for you to put the clothes and other things. We are a great<b> <a href="http://www.louisvuittonhandbags-mall.com/" title="Louis Vuitton Outlet">Louis Vuitton Outlet</a></b> that have been on sale online quite many years and earn high reputation. Do you also want to own the <b><a href="http://www.louisvuittonhandbags-mall.com/" title="louis vuittin purses">louis vuittin Outlet store</a></b>, then shop here. </p>
Posted on 27 September 2011 - 4:52 AM / by Louis Vuitton Outlet store
Trying to manage with your gcse essay? Do not know how to get great results? Simply buy essay paper and be cool.
Posted on 21 May 2011 - 8:24 PM / by essay paper
I strived to buy college papers online more than one time. Thence, I became to do it constantly just because that helped me a lot.
Posted on 21 May 2011 - 11:23 PM / by custom essays
You do not have to investigare lots of forums seeking for solutions for your websites optimization issues. Guys on various blogs don't know many just about things you need. Nevertheless, the article submission company will definitely aid you.
Posted on 26 May 2011 - 3:12 PM / by article submission
Search engine optimization (SEO Company USA) can be defined as an activity that undertakes web promotion of websites/portals and web pages. The quality SEO services ensure ranking of a website in popular search engines such as Yahoo, Google, Bing and MSN.
Search engine optimization (SEO Company USA) can be defined as an activity that undertakes web promotion of websites/portals and web pages. The quality SEO services ensure ranking of a website in popular search engines such as Yahoo, Google, Bing and MSN.
[url=http://www.seosoftwareservices.com]SEO India[/url]
Posted on 3 January 2012 - 12:45 PM / by WEB Development India
Up-To-Date university students have good opportunities to prove reputation. All they have to do is to ask: " write my papers ". Is not that great way? I opine it is!
Posted on 30 May 2011 - 12:19 PM / by buy essays online
Very often, students can't write the sample essays to complete their grades. Nevertheless, they are not gonna to confuse, because they acknowledge that distinguished essay writing services should simply assist them every time they require.
Posted on 30 May 2011 - 12:19 PM / by essay writing service
e. After the loss of hearing Beethoven, still hopes to pick up again toward the goal of your life, not the end of life are blooming their own light it? <br> <br> lonely <a href="http://www.louisvuittonoutletr.com/" title="louis vuitton discounts">louis vuitton discounts</a> without applause, cheering its own wonderful. <a href="http://www.louisvuittonoutletr.com/louis-vuitton-hats-C12.html" title="louis vuitton hats">louis vuitton hats</a> French scholar Pascal once said: With wisdom and passion to win applause, with the release of optimism and beautiful luster of his life. Happy life is not the same as happiness? <br> <br> no longer humble and troubled, because there...
Posted on 31 May 2011 - 3:00 AM / by Air Jordan 3
Every students may get a critical moment of her study process related with essays creating. Therefore, guys have no any other solution than to buy a term paper.
Posted on 1 June 2011 - 3:43 AM / by writing a research paper
in fact, no one who could not cheat. But who also refused to Nike Shox R4 hand the surface layer of white paste Nike Shox R4 Shoes that burst, the result that the layer of white paper we rely on live, Discount Nik all Shox R3 pretend not to know Nike Shox R3 there are white underneath Nongxue exchange Lanrou. In this situation, Nike Shox R3 Shoes the living will cheap nike shox know how to choos...
Posted on 2 February 2012 - 7:38 AM / by cheap nike shox
I do not realize if that is a correct forum to discuss my term papers writing issues. Nevertheless, I have a hope that there're several students who are hired at the essay writing service. I hope they can definitely assist me!
Posted on 1 June 2011 - 6:58 PM / by essay writing services
<a href="http://www.louisvuihhttonoutletbbh.com">louis vuitton</a>
[url=http://www.louisvuissttonoutletbbh.com]louis vuitton[/url]
Posted on 1 December 2011 - 11:51 AM / by coach
///This code stops AppDomain to Restart when I have modified my web.config file while my application is running
///I have used following code inside Application_End event of Global.asax
System.Reflection.PropertyInfo p = default(System.Reflection.PropertyInfo);
object o = null;
System.Reflection.MethodInfo m = default(System.Reflection.MethodInfo);p = typeof(HttpRuntime).GetProperty("FileChangesMonitor", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static);
o = p.GetValue(null, null);
m = o.GetType().GetMethod("StopMonitoring",System.Reflection.BindingFlags.Instance |System.Reflection.BindingFlags.NonPublic);
m.Invoke(o, new object[] { });
Posted on 2 June 2011 - 4:41 AM / by oil painting for sale
Big problem of up-to-date community seems to be plagiarism. In fact, I do not like plagiarism and use plagiarism detection always.
Posted on 3 June 2011 - 4:32 PM / by plagiarism checker
<p><a href="http://www.greenhillsbarbershop.com/">mens haircut nashville</a></p>Great post man! I always follow your blog because it is full of compelling information about various things. I like to read this post because I met so many new facts about it actually. It's really great that I noticed this post. Thank you very much again for sharing this informative article. Many thanks,
<p><a href="http://www.shubhankarweddingcards.com/"> wedding invitation</a></p>If you add some language translator in your post then it will easy to understand the post to everyone and your post will get more reviews.
<a href="http://tenfastfeet.com/"> interactive agency nashville</a> Very entertaining subject, I will bookmark your website to check out if you publish more in the future.Thanks
<a href="http://www.web-designs-company.com/">Website Design Company</a>This site is cool. i visit here evaryday.
<a href="http://www.adodis.com/Android-Developers.php">Android developers</a>Thanks for posting this. i really had good time reading this.
<p><a href="http://home-garden-wood.blogspot.com/"> Home Garden Furniture </a></p> Very interesting blog. Allot of blogs I see these days don't really provide anything that I'm interested in, but I'm most definitely interested in this one. Just thought that I would post and let you know.
Posted on 21 July 2011 - 8:31 AM / by Home garden wood
I suggest this site to my friends so it could be useful & informative for them also. Great effort.
Posted on 1 August 2011 - 1:13 PM / by Cheapest Flowers Delivery to USA
I suggest this site to my friends so it could be useful & informative for them also. Great effort.
Posted on 3 August 2011 - 6:50 AM / by same day Flowers to USA
Thanks for sharing such an interesting episode.
Posted on 8 June 2011 - 5:17 PM / by Designer Wedding Dresses
good job!it was very helpful for me.Thank you!
Posted on 17 June 2011 - 9:42 AM / by cheap lvhandbags
As the most low-key generation <a href="http://www.realjordanshoessale.com/">Jordan Retro Sneakers</a> from AIR JORDAN brand, Air Jordan 2 still can not as popular as others shoes. But they never
<a href="http://www.realjordanshoessale.com/Nike-Air-Jordan-Shoes-153">Nike Air Jordan Shoes</a> gave up determination to promote this generation of JORDAN BRAND shoes, the available called "Candy Pack" with three pairs of Air Jordan 2 in solid color. The vibrant colors scheme over the past few luxury line,
<a href="http://www.realjordanshoessale.com/air-jordan-fusion-185">Air Jordan Fusion</a> I do not know the bright colorways
<a href="http://www.realjordanshoessale.com/jordan-air-max-fusion-186">Jordan Air Max Fusion</a> will make it win the hearts and minds of consumers?In 1984, NBA Chicago Bulls pick Michael Jordan who only is a junior student in that year, <a href="http://www.realjordanshoessale.com/real-air-jordan-19-shoes-178">Air Jordan 19 shoes</a> the next year, Nike introduced for the first gerneration Air Jordan as the rookie player, not only with the most rich color selections among all the Air Jordan series shoes, and it has to be one of the classics Air Jordan.?
Posted on 4 July 2011 - 8:46 AM / by Jordan Shoes For Cheap
rivers and lakes called "Church", <a href="http://www.oakleysunglassessalecheap.co.uk/">oakley sunglasses uk</a> was named in 2007 by the new weekly <a href="http://www.oakleysunglassessalecheap.co.uk/">oakley uk</a> annual life, that is, because <a href="http://www.oakleysunglassessalecheap.co.uk/">cheap oakley sunglasses</a> he built the cottage. <a href="http://www.oakleysunglassessalecheap.co.uk/">oakley sunglasses sale</a> Virtue" in front of the couplet:
Posted on 7 July 2011 - 11:25 AM / by oakley sunglasses uk
Last time I downloaded the real ringtones in the ringtones site and was definitely happy.
Posted on 26 July 2011 - 1:39 PM / by ringtones
Nice news, thank you for this post))) I downloaded tons of content from this web-site, I really glad for this)
Posted on 28 July 2011 - 6:30 AM / by rushessay
Good article related to good posting via HTML thanks
Posted on 20 September 2011 - 12:39 PM / by Resume Writing
I’m so pleased to read this. This is the kind of details
Posted on 21 September 2011 - 11:33 AM / by term papers
I’m so pleased to read this. This is the kind of details
Posted on 21 September 2011 - 11:38 AM / by term papers
<b><a href="http://www.outletguccistore.com/gucci-belts-C7.html">Gucci belts on sale</a></b> Fung, <b><a href="http://www.outletguccistore.com/gucci-belts-C7.html">cheap Gucci belts</a></b> the village no <b><a href="http://www.outletguccistore.com/">Gucci handbags</a></b> one not admire her. <b><a href="http://www.outletguccistore.com/gucci-new-arrivals-C8.html">Gucci 2011 collection</a></b> </P> <p> / p> <p> said, Mu Zongling tears fell down, y... <b><a href="http://www.outletguccistore.com/gucci-new-arrivals-C8.html">Gucci promotion</a></b>
Posted on 15 October 2011 - 6:47 AM / by ugg bailey button
I think you’ll can easily submit many more posts, me personally and also my children appreciate your site as well as really feel we are greater knowledgeable right after browsing.
Posted on 26 October 2011 - 8:16 AM / by cctv karachi
dhcvvtw http://wljjcb.com/ <a href="http://fhtkey.com/ ">phnlcd</a> [url=http://uqikjo.com/]phnlcd[/url]
Posted on 27 October 2011 - 6:17 PM / by viagra
jvgpvgn <a href="http://nubwmv.com/ ">kdngctl</a>
Posted on 27 October 2011 - 6:44 PM / by viagra
I’ve already bookmarked this article and will absolutely pass on this article to all my close friends and social group. Thanks for posting!
Posted on 3 November 2011 - 6:45 AM / by Cover letter writing services
The "minute to minute <a href="http://www.usbagss.net">Louis Vuitton</a> travel" as defined in the Louis Vuitton Tambour watch collection, at the Basel World 2011, the re-presented by the <a href="http://www.usbagss.net/Categories_louis-vuitton-monogram-multicolore_27.html">Louis Vuitton Monogram Multicolore</a> Swiss watch carefully to build a new Workshop Tambour Capsule Voyage series. This series contains Voyagez and Volez two watches, <a href="http://www.usbagss.net/Categories_louis-vuitton-leather-wallets_29.html">Louis Vuitton Leather Wallets</a>, not only <a href="http://www.usbagss.net/Categories_louis-vuitton-watches_30.html">Louis Vuitton Watches</a> the continuation of joint efforts to interpret the spirit of travel
Posted on 5 November 2011 - 6:42 AM / by Authentic Louis Vuitton Handbags
Oh yes, much better! I like! Now it is little bit too simple, but with little tweaks it can be even aauxeimz better. Good work
Posted on 11 November 2011 - 5:46 PM / by Lee
ugg boots outlet Chaikin cheap ugg boots then go ugg boots sale uk have ugg australia no ugg clearance hope ugg australia uggs outlet online of ugg boots uk cheap ugg boots for sale improved treatment ugg boots uk and advised uggs ugg uk them ugg uk giving up. During that ugg boots sale ugg australia time, ...
Posted on 16 November 2011 - 3:09 AM / by ugg boots clearance
Chic Monogram Mirage Griet <a href="http://www.ukladybags.net">Authentic Louis Vuitton</a> M95579 to you. louis vuitton replica sunglasses It is falls into the pattern of monogram mirage, which is a classic print in the <a href="http://www.ukladybags.net/Categories_louis-vuitton-men-handbags_5.html">Louis Vuitton Men Handbags</a> history of Louis Vuitton. It features golden brass pieces and calf leather flap <a href="http://www.ukladybags.net/Categories_louis-vuitton-monogram-handbags_6.html">Louis Vuitton Monogram Handbags</a> closure with buckle in LV signature.
Posted on 16 December 2011 - 3:51 AM / by Authentic Louis Vuitton
I received 1 st loan when I was 32 and this supported my relatives a lot. Nevertheless, I require the college loan once again.
Posted on 23 December 2011 - 1:08 PM / by mortgage loans
Magnificent effort, so much to get from it.
Posted on 12 January 2012 - 10:22 AM / by Custom term papers
pkdwfpzx http://paydayloans24x7.net/ payday loan 5674 <a href="http://paydayloansinn.co.uk/ ">Payday Loans uk</a> 1259 [url=http://autoloans24x7.com/]auto loan[/url] 0699
Posted on 19 January 2012 - 5:10 AM / by payday loan
etnbppak [url=http://cheapviagratab.com/]viagra[/url] ZbfwSz [url=http://cialisaga.com/]cialis[/url] 0493 [url=http://buyviagratab.net/]viagra[/url] QaxbH [url=http://viagraaga.com/]viagra[/url] 7673 [url=http://buycialistab.com/]cialis[/url] uXmtQr [url=http://cheapcialistab.com/]buy cialis[/url] 8]]]
Posted on 27 January 2012 - 2:39 PM / by viagra
dexzbsax [url=http://cheapqviagra.net/]order sildenafil online[/url] =-] [url=http://cheapqcialis.com/]cialis[/url] ZucBQm [url=http://cheapqviagra.com/]buy viagra[/url] uxiYP [url=http://cheapqcialis.net/]cheapest cialis[/url] >:-OOO
Posted on 1 February 2012 - 7:58 PM / by order sildenafil online
krzloq [url=http://bcheap-viagra.com/]viagra[/url] tDjcHq [url=http://her-propecia.com/]propecia [/url] >:-[ [url=http://accutane-skin.com/]accutane[/url] 5574 [url=http://bcheap-cialis.com/]generic cialis[/url] 0507
Posted on 3 February 2012 - 6:26 PM / by viagra
nqcijoo [url=http://qcialis.fr/]acheter cialis[/url] 6497 [url=http://qviagra.eu/]viagra online[/url] >:]] [url=http://qcialis.eu/]cialis[/url] BuMRr [url=http://qviagra.it/]viagra[/url] gesNXl [url=http://qviagra.fr/]viagra[/url] KQzESy [url=http://qcialis.it/]compra cialis[/url] >:-OOO
Posted on 4 February 2012 - 3:12 AM / by acheter cialis
men and women dancing <a href="http://www.nikejordanfans.com/air-jordan-retro-1-C32.html" title="buy air jordan 1">buy air jordan 1</a> the Dance of the dress <br> <br> subtitles: We have a <a href="http://www.nikejordanfans.com/" title="jordan on sale">jordan on sale</a> large dance floor, how many friends do you have? <br> <br> sell extra high roof <br> <br> picture: the high classical European building roof <br> <br> subtitles: superior, not just the aristocracy as <br> <br> Sell Racecourse panoramic <br> <br> picture: a pair of aristocratic lovers, the continental terrace overlooking the lawn <br> <br> subtitles: I heard that noble ...
Posted on 28 May 2011 - 2:16 AM / by Jordan Shoes
Excellent article! I've been struggling with how to download patches without the file watcher going crazy all the time. This combined with app_offline.htm should solve my problem.
Posted on 17 July 2009 - 10:18 PM / by Marcus McConnell
As the most low-key generation <a href="http://www.realjordanshoessale.com/">Jordan Retro Sneakers</a> from AIR JORDAN brand, Air Jordan 2 still can not as popular as others shoes. But they never
<a href="http://www.realjordanshoessale.com/Nike-Air-Jordan-Shoes-153">Nike Air Jordan Shoes</a> gave up determination to promote this generation of JORDAN BRAND shoes, the available called "Candy Pack" with three pairs of Air Jordan 2 in solid color. The vibrant colors scheme over the past few luxury line,
<a href="http://www.realjordanshoessale.com/air-jordan-fusion-185">Air Jordan Fusion</a> I do not know the bright colorways
<a href="http://www.realjordanshoessale.com/jordan-air-max-fusion-186">Jordan Air Max Fusion</a> will make it win the hearts and minds of consumers?In 1984, NBA Chicago Bulls pick Michael Jordan who only is a junior student in that year, <a href="http://www.realjordanshoessale.com/real-air-jordan-19-shoes-178">Air Jordan 19 shoes</a> the next year, Nike introduced for the first gerneration Air Jordan as the rookie player, not only with the most rich color selections among all the Air Jordan series shoes, and it has to be one of the classics Air Jordan.?
Posted on 4 July 2011 - 8:47 AM / by Jordan Shoes For Cheap
Newest styles of <a href="http://www.christianlouboutinreplicacl.com/"><strong>christian louboutin high heels</strong></a> in hot sale now, <a href="http://www.christianlouboutinreplicacl.com/"><strong>Christian Louboutin Knockoffs</strong></a> shoes sale now, buy <a href="http://www.christianlouboutinreplicacl.com/"><strong>christian louboutin replica</strong></a> in our online uk store .your shoes sales prices will save.
Posted on 22 September 2011 - 2:37 AM / by christian louboutin replica
<a href="http://www.louisvuihhttonoutletbbh.com">louis vuitton</a>
[url=http://www.louisvuissttonoutletbbh.com]louis vuitton[/url]
Posted on 1 December 2011 - 11:49 AM / by coach
Lamborghini Countach - As a photo mosaic (from the blog Photo Mosaic Generator - Fun Adventures With Silverlight )
And YouTube still auto-fucking-plays videos!! This is TWO-THOUSAND-AND-FUCKING-TWELVE FFS!!!
about 20 hours ago from webOn a side-note, YouTube's commenting system is god-awful atrocious dreadful horrible horrible horrible!! Constant meaningless error messages
about 20 hours ago from webJavaScript is slow mmmkay http://t.co/NbB4eQjw - Actually, no, it's not http://t.co/kpGEIoPO #nodejs
about 20 hours ago from webTFS: It's super expensive, so it must be brilliant, right? Like Sharepoint #tekpubtfstitlesuggestion
5:22 PM February 3rd from web