I have a connection string that includes the absolute path to my database.
Here's my connection string:
// removed
I have 2 questions:
- How do I convert the absolute path to look at my app_data folder instead of adding a full string?
- Is this a good /bad thing to do?
Thanks in advance.