Sending form through secure server.

  • Thread starter Thread starter DAS
  • Start date Start date
You need to have your own SSL certificate, and it needs to be apply to your
entire domain, not a shared SSL certificate, unless the host is willing to
set up the FP extensions to work with a shared SSL certificate.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
I thought that the extentions could be the problem. Is
there a way to set up the form that doesn't need FP
extentions? All I need the form to do is to post the
information to a txt file and go to a confirmation page.
the confirmation could be a simple "thank you" page. It
doesn't have to use confirmation fields.
 
Yes, but it will require you to write custom server-side scripts in ASP, PHP
or CGI-Perl, etc. to accomplish processing the form data similar to how the
FP extensions process the form.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top