• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Question Error executing JScript

Roberto Randall

New Pleskian
Server operating system version
Windows Server 2025
Plesk version and microupdate number
18.0.69 #3
I switched from Windows Server 2022 to 2025. I migrated all my domains and it works fine, but with an error: I can't run a script like "SCRIPT Language="JScript" RUNAT=SERVER" because it gives me a 500 error. If I go to https://www.vidauna.com/aaa.asp, there's an example from Microsoft, and if the page is refreshed, it gives a 500 error (once yes, once no).

Looking for the reason for the error, I found it's because on another of my pages on the same domain I have set the string: "Session.Timeout = 20." If I create a new subdomain with just the example, it works fine, but without the example, I put:

<%
Session.Timeout = 20
%>

It starts doing the same thing. When I refresh the page (F5), it gives a 500 error, and if I refresh it again, it appears fine, and so on.

I've been searching for a solution for almost a month and can't find it. I can't have the page that uses JScript on the domain because it doesn't work (it worked fine on the previous server), and I'm trying to find the problem with the example.

What I think is that I need to configure something in Plesk to prevent this error, but I don't know what it is.

I hope someone knows the solution to this problem. Thank you. I'm Spanish, and the text was translated using Google Translate.


The error is:

Información detallada de error:​

Módulo IsapiModule
Notificación ExecuteRequestHandler
Controlador ASPClassic
Código de error 0x00000000
Dirección URL solicitada https://www.vidauna.com:443/aaa.asp
Ruta de acceso física ...\aaa.asp
Método de inicio de sesión Anónimo
Usuario de inicio de sesión Anónimo
 
Thanks for answering, These are the records:

2025-05-18 07:54:18 [IP] GET /aaa.asp |-|ASP_0240|Script_Engine_Exception 443 - [IP] HTTP/2 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64;+rv:138.0)+Gecko/20100101+Firefox/138.0 - www.vidauna.com 500 0 0 12893 4337 70

2025-05-18 07:54:44 [IP] GET /aaa.asp |-|ASP_0147|500_Server_Error 443 - [IP] HTTP/2 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64;+rv:138.0)+Gecko/20100101+Firefox/138.0 - www.vidauna.com 500 0 0 12893 4337 82
 
Back
Top