• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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