Renaud Paquay 57ff31e8e5 Revising how Orchard restarts the AppDomain
Orchard used to write to the "~/web.config" file to force an AppDomain
restart needed in some case of dynamic compilation.

Revised the policy to be like this:
1. If full trust, use HttpRuntime.UnloadAppDomain()
2. If Medium Trust, write to "~/bin/HostRestart/marker.txt"
3. If Medium Trust and 2. failed, write to "~/web.config"
4. If Medium Trust and 2.+3. failed, give an error message to
   the user with appropriate measures to take on the web server.

Also removed a now unused "ResetSiteCompilation" method

--HG--
branch : dev
2010-12-06 20:52:33 -08:00
2010-11-21 20:15:15 -08:00
2010-11-11 15:03:57 -08:00
2010-11-10 18:01:04 -08:00
2010-05-14 12:24:08 -07:00
2010-12-04 23:03:49 -08:00
Description
About Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. orchardproject.net
246 MiB
Languages
C# 43.9%
JavaScript 43.7%
HTML 5.5%
CSS 2.4%
Less 1.5%
Other 2.9%