• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Not server ASP 3.0 pages

M

mdm100

Guest
My pleask server will not serve up ASP 3.0 pages.

I receive 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.

My page consists of the following code
<%
x_fname = request.querystring("fname")
response.write x_fname
%>

Any ideas.
 
Hi,

Turn off "show friendly HTTP error messages" in Internet Explorer Advanced Options.

Then you will get real script error.

Thanks,
Dave
 
Nope
It stll displays the same error

I am running
Win srv 2003
Plesk 7.0
and IIS 6
 
Hi,

Please try turning off Custom Error Documents in plesk domain hosting setup.

Thanks,
Dave
 
Dave
Would you happen to know where in plesk u turn off "custom error Docs"?

Mike
 
Hi,

When you login to plesk control panel goto

Domains
Select Domain
Click on "Setup" under hosting menu.
Turn off "Custom Error Documents" at bottom of page.

This might help show real ASP error.

Thanks,
Dave
 
Back
Top