I'm test driving ASPrunner (and am new to ASP and other technologies), so please forgive me if this is a silly question!
I an access database generated by a 3rd party application that I would like to update over the Internet. My web server is running Windows 2003 Server.
At first, I had my database outside of /inetpub/wwwroot. This worked fine, until I tried to save an update - at which time I received a "'Must Use an Updateable Query' Error". A howto article(http://www.xlinesoft.com/asprunner/faq.htm#updatesyntax) states:
"This error can also occur when the database is located outside of the inetpub/wwwroot directory. Though the information is still able to be viewed and searched, it cannot be updated unless it is in the wwwroot directory"
Sure enough, if I put the databse in wwwroot, things work fine.
I have 2 questions:
- Is there a way to have the database outside of wwwroot, and still be able to update it?
- If I must keep the database within wwwroot, how can I set permissions to maximimze the security of the database? For example, I don't want people to be able to grab the entire database...
Thanks!
Bradley Bennett