If the database is stored outside of the web, you can use a System DSN which is supported by FP,
however depending on your web host, you may have to manually write the connection in the global.asa
file. FP work just fine with SSL, as long as the SSL certificate is applied to the entire web and
the extensions are configure to work on port 443. You would still access/publish your site via FP
using http, not https.
You web host must manually set the necessary permissions on the folder (and database) holding the
database, since the database is not stored in a folder accessibility by the FP extensions.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Terry" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>I am using FP2002 and want to host a db online to capture sensitive information. I have a SSL and
>since FP doesn't work well with secured folders I used dreamweaver to create the form to post to
>the database. My webhost (or the software) mandates that the databases folder exist from the root
>folder. FP extensions do not allow access to this folder since FP only goes down from the public
>folder. My asp form can find the db using the dsn if I put the database in the root/databases
>folder but I can't use my FP database results form to query it. I have tried creating a query form
>in dreamweaver but can't get the ftp remote connection to see the database either. I have also
>tried changing the asp in the secured folder to us dsn-less and use the /public/databases/ path and
>while the form says it processes successfully it also says it can't write to the database. any
>thoughts?
>