ASP Errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to access an asp page I get the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator to inform of the time the error
occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

I have made sure I have full access to all folders in the site.
 
Sounds like an error ( bug ) in your asp scripting.
Have you checked the server error logs??


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
In IE Tools Internet Options Advanced turn off Show friendly Html Error messages to see the real error

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| When I try to access an asp page I get the following error:
| Internal Server Error
| The server encountered an internal error or misconfiguration and was unable
| to complete your request.
| Please contact the server administrator to inform of the time the error
| occurred and of anything you might have done that may have caused the error.
|
| More information about this error may be available in the server error log.
|
| I have made sure I have full access to all folders in the site.
 
When I try to access an asp page I get the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator to inform of the time the error
occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

I have made sure I have full access to all folders in the site.

Write a very, very simple ASP program and see if you can make it work.
Something eqiv to "hello world". If that works, go back to your code,
comment out pieces, and narrow down what is causing the error.
 
Back
Top