frontpage 2003 form fails without error

D

DaveK

I have just setup a new 2003 server with iis6 and frontpage extensions. I
create a frontpage form to either email or write to file. Upon submitting
nothing is written and no email is sent. I found nothing in the logs (event
and IIS).

Is there anything I can turn on to see what is happending?

thanks
Dave
 
J

Jim Buyens

Did you browse the page through IIS (that is, using an http:// URL?)

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
D

DaveK

When I browse from IIS I get an SSL error. Adding the s the page displays
fine.

Additionally when I submit the page does not go to the thank you page. It
returns to the same page.
 
J

Jim Buyens

This usually indicates that the FrontPage Server Extensions aren't working,
or that you have a wrong filename extension. (It's supposed to be .htm).

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
Top