|
How to work with Access database stored on the remote computer?
- put database to some network share i.e. \\server\share\database.mdb;
- set full permissions for IUSR_... user on this network share;
- start ASPRunner, enter the path to the database, do not choose Use Server.MapPath.
Build project as usually.
For more info see this article: http://support.microsoft.com/kb/253580/EN-US
Applies to:
ASPRunner Pro
ASPRunner.NET
|