ASP page error 500

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hello,

Trying to send form results to access database via active
server page. When I click on the link for the page
with .asp extension I get HTTP 500 - Internal server error.
Any help would be greatly appreciated...
 
The first thing you need to do is to go into your Internet Explorer Tools,
Advanced tab, and uncheck the "Show Friendly HTTP Error Messages" setting
(sort of an oxymoron, since an error message that tells you nothing about
the error is far from "friendly"). Then run the page again and tell us the
exact error message you're seeing.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Here is the error message I get now:

Server Application Error
The server has encountered an error while loading an
application during the processing of your request. Please
refer to the event log for more detail information. Please
contact the server administrator for assistance

The website is running on a Windows 2000 server with
frontpage extensions installed.

Thanks....
 
"Please refer to the event log for more detail information. Please
contact the server administrator for assistance"

Now you need to contact your host to check the event log to see what it
says.
--
------------------------------
Tom P. Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/frontpage
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
------------------------------

| Here is the error message I get now:
|
| Server Application Error
| The server has encountered an error while loading an
| application during the processing of your request. Please
| refer to the event log for more detail information. Please
| contact the server administrator for assistance
|
| The website is running on a Windows 2000 server with
| frontpage extensions installed.
|
| Thanks....
| >-----Original Message-----
| >The first thing you need to do is to go into your
| Internet Explorer Tools,
| >Advanced tab, and uncheck the "Show Friendly HTTP Error
| Messages" setting
| >(sort of an oxymoron, since an error message that tells
| you nothing about
| >the error is far from "friendly"). Then run the page
| again and tell us the
| >exact error message you're seeing.
| >
| >--
| >HTH,
| >
| >Kevin Spencer
| >Microsoft MVP
| >..Net Developer
| >http://www.takempis.com
| >Big Things are made up of
| >Lots of Little Things.
| >
| message
| >| >> Hello,
| >>
| >> Trying to send form results to access database via
| active
| >> server page. When I click on the link for the page
| >> with .asp extension I get HTTP 500 - Internal server
| error.
| >> Any help would be greatly appreciated...
| >
| >
| >.
| >
 
The system event log on the IIS server shows the following
message:

Event ID 10004

DCOM got error "Overlapped I/O operation is in progress. "
and was unable to logon .\IWAM_BLXS9444 in order to run
the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}

Thanks again for your patience...
 
That was it...the IWAM account was disabled. The ASP now
runs but the following error message is displayed when the
form is submitted;

Cannot update the database

Any thoughts.....
 
Never mind...I finally pulled my head out of my butt and
figured it out. Thanks for the assistance.
 
Back
Top