mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
57ff31e8e52d1849ac29f05db4a23b9b2e961e6a

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
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
43.9%
JavaScript
43.7%
HTML
5.5%
CSS
2.4%
Less
1.5%
Other
2.9%