Can I
Member
hello,
I'm setting a connectionString for my app
and I would like not to include absolute path to a data base as it's unconvenient when you move app between two servers. I've tried something like ~\App_Data\BookStore.mdb but it doesn't work. Can you help me with this one?
I'm setting a connectionString for my app
VB.NET:
<appSettings>
<add key="connectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;Ole DB Services=-4;
Data Source=C:\Documents and Settings\Can I\Pulpit\asp.net\BookStore\App_Data\BookStore.mdb"/>
</appSettings>