This topic is locked

Access database

8/10/2005 1:58:19 PM
ASPRunner.NET General questions
A
andreys author

Is there any way do not copy an Access database when build the project? I just want to use existing one.

Sergey Kornilov admin 8/11/2005

Sure, just uncheck "Server.MapPath" checkbox on database connection screen.
Please note that in this case connection string will point to database file on your local box and won't work when you move it to the Web server.