mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Updating to MVC 2 RC. Adjusting for some differences. Adding record for HasComments part.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044540
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Orchard.Web {
|
||||
protected void Application_Start() {
|
||||
// This is temporary until MVC2 is officially released.
|
||||
// We want to avoid running against an outdated preview installed in the GAC
|
||||
CheckMvcVersion(new Version("2.0.41116.0")/*MVC2 Beta file version #*/);
|
||||
CheckMvcVersion(new Version("2.0.41211.0")/*MVC2 RC file version #*/);
|
||||
RegisterRoutes(RouteTable.Routes);
|
||||
|
||||
_host = OrchardStarter.CreateHost(MvcSingletons);
|
||||
|
Reference in New Issue
Block a user