Hi All,
I have an iis 5 website with some ASP webpages that stopped working after rebooting the server.
The problem is that it does not seem to process the ASP pages with server sided JavaScript (see example below).
I get the error: HTTP/1.1 500 Server Error
If i switch the language to VBScript (and adapt the code accordingly) it works fine.
What is wrong with the javascript processing? Any tips to solve this problem?
Error example page: Default.asp
start of file...
<%@ LANGUAGE="JScript" %>
<% Response.redirect("./temp"); %>
end of file...
Regards, DSC