classic asp using javacript gives a 500 error

sandisk

New Member
I can't figure out why I keep getting an \[code\]HTTP/1.1 500 Server Error\[/code\] but only when using javascript as the server-side language. If I use VBScript it works just fine. I have other sites running on the same machine using server-side javascript with no problem. I can't seem to find any more information through the event viewer, the IIS logs or searching the web.Below I have small code sample in vbscript as well as in javascript.vbscript (works):\[code\]<%@ Language=VBScript %><% Response.Write("hello vbscript") %>\[/code\]javascript (500 error):\[code\]<%@ Language=JavaScript %><% Response.Write("hello javascript"); %>\[/code\]I'm sure that this a configuration problem but I can't seem to find anything even remotely pertaining to this issue.
 
Back
Top