I am trying to add Piranha CMS to a simple website. Being Entity Framework and following the getting started guide I thought that the database would be created. I chose to use the file based database which the system is obviously not finding. Am I missing some step?
See error below:
The database file cannot be found. Check the path to the database. [ Data Source = C:...\App_Data\Piranha.sdf ]
Update 7/6/2017: I installed SQL CE Tools and manually created an sdf file with the name matching the connection string. The app now showed an error about a missing table which I was able to "fix" by setting 'showDBErrors' to false as I found here. I will try installing again from the CMS's home page.