This month I switched to a new server running Windows Server 2025. Everything migrated successfully, but when I run "<SCRIPT Language="JScript" RUNAT=SERVER>" on the domain where I have the forum, I get a 500 error (ExecuteRequestHandler).
I created a test page with sample code from Microsoft, where only the sample code appears: (
https://www.vidauna.com/aaa.asp), and it gives a 500 error upon entering or refreshing the page (F5).
If I run this example (aaa.asp) on a domain other than the forum, it works fine.
I don't understand why it gives an error when running this script on a domain where the forum is located because "aaa.asp" doesn't include any forum pages; it only contains the Microsoft test code.
Within the vidauna.com domain (forum), I have an image album that uses "<script runat="server" language="JScript">" and now it's not working. When it was on the previous server (Windows Server 2022), everything worked fine.
I hope this text is translated from Spanish to English using Google Translate. I also hope someone can figure out what's going on because I've been searching for a solution for 20 days, running all kinds of tests, and if it's run on a domain where the forum is located, this script always returns a 500 error.
Thank you,