I'm using the App_Data directory for SQLite in MVC4/Visual Studio 2010. System.Data.SQLite
wants the DB path in the connection string.
Is there a way to reliably resolve the location of App_Data for my connection string that won't require code changes or if() statements?