View page in browser

G

Guest

I created a website to collect form information for an intranet. I followed
the database interface wizard through Frontpage to create the site. I can
see the pages fine in Frontpage, but when I try to test submitting form data
using Internet Explorer 7, I get the message:

The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.

As you can probably tell, this is my first time creating a site using
Frontpage and I must have missed a step. Any help is appreciated.
 
D

David Berry

That's a standard IE error message. In IE go to Tools, Internet Options,
Advanced and uncheck the box that says Show friendly HTTP Error messages.
This will show you the actual error. Then try the page again an post back
what the actual error is.
 
D

David Berry

There are a number of things that can trigger the 500 error. Since this is
an ASP page the most likely cause is that the user is seeing IE's internal
error message that comes up when you have "Show friendly error messages"
checked in Internet Options, Advanced. Once you clear that you'll see the
actual ASP error message and then you can debug it.

See http://support.microsoft.com/?id=311766 for other causes and
troubleshooting.
 
G

Guest

You can't see certain things (operations) if you don't actually publish the
page to the server. So you should first publish everything and then test it.
Testing as a "preview" is not a good idea. Also, make sure that you're
using a Windows-based server, that ASP is enabled and functioning properly,
and that your isp allows anonymas posts.
 

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