FroantPage and Databases

G

Guest

I want to assure that no one can access the database on my web site that
saves data from submitted forms. Is the fpdb folder secure or do I need to
take additional steps? Thanks, JHC
 
M

Mark Fitzpatrick

The FPDB folder is not secure. Anytime you save data to a file or database
that is within the web site's structure there's always the chance that a
user can get at it. The only way you can begin securing the db is to place
it outside the web site structure itself somehow. Your host may or may not
allow this. If a database is outside the site you use a DSN, or a named
connection to get to it. Again, this all depends upon your host and what
they do/don't allow. They may also have tips on how to secure your database.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
G

Guest

JHC said:
I want to assure that no one can access the database on my web site that
saves data from submitted forms. Is the fpdb folder secure or do I need to
take additional steps? Thanks, JHC

Maybe you can have FrontPage point to the "_private" folder on the server
instead of the "fpdb" folder. The "_private" folder is not publically
accessible - only the server and those that have FTP access can get to that
folder (I tried going to my FrontPage-made URL and tried to access the folder
through the browser using "/_private" and it came back with errors or "Access
Forbidden"). Maybe that will help secure your database file.
 
T

Thomas A. Rowe

Neither is the fpdb folder if the extensions are installed and configured correctly.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

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

Top