updated the apppath logic and db location

This commit is contained in:
kay.one 2010-09-23 19:19:55 -07:00
commit 036b2e7f4f
11 changed files with 178 additions and 42 deletions

View file

@ -34,7 +34,7 @@ namespace NzbDrone.Web
AreaRegistration.RegisterAllAreas();
RegisterRoutes(RouteTable.Routes);
base.OnApplicationStarted();
}
}
protected override IKernel CreateKernel()
{