Hi,
I have EF in separate project and WCF in separate project. My SQlite database is located under App_data folder in WCF project.
How do I effectively deploy test builds to staging server? My connection string for both EF and WCF project has to be constantly changed for that. I tried to use "|DataFolder|" directive but this works only in WCF project but not in EF.
What is common solution for this issues?