Connecting ASP page to access database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everyone,

Just a quick question, can i connect asp pages to access database that does
not reside in fpdb folder but instead in the root directory?

Thanks,

Shikha
 
Yes, but you would need to modify the permissions on the database to enable
the IUSR account (the anaonymous web user) to have read/write/delete
permissions to the file. That's what the _fpdb folder is for, to limit the
security risk to the site by keeping the specialized permissions in a
seperate directory.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Database Connection on Server 9
How to connect to ms sql server 1
Database Editor 4
SQL Injection 1
SQL Query 5
Database Results Error 1
Database Not Seen 11
DATABASE RESULTS 1

Back
Top