So new windows servers are seeing 500 errors and this is …..due to the Windows 11 24H2, jscript9legacy.dll getting used instead of jscript.dll
“Windows 11 24H2 has begun setting a local policy that, by default, causes applications to use the jscript9legacy.dll instead of jscript.dll. jscript9legacy.dll does not contain the full functionality” as jscript.dll.
This is a big deal. We have added a note to the help also.
Right now its an easy..ish fix.
Generate Registry Keys and Value via .REG file
- Open Notepad
- Insert the following text:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main] "JScriptReplacement"=dword:00000000 - Save as a .REG file.
- Execute the file by double clicking.
Credit to the guys on stack overflow
ref: https://stackoverflow.com/questions/79650440/windows-11-update-classic-asp-incompatibility-vbscript-jscript-mix-causes-iact