Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 October 2012 : 07:21:56
|
If you're using IIS to create a virtual folder, then you'd use the virtual path to point to the database. For example:
Virtual folder="forum/myDB" actual location="c:\forumdb" (outside the "c:\inetpub\wwwroot" path)
In config.asp, you'd use server.mappath("myDB/mdbfilename.mdb")
|
|
|