Hi There,
Need your help.
I am running on IIS 7.5 and have the following simple asp code for JScript
<script language="javascript" runat="server"> function clib(){ this.test=function test(){ var f } }</script><!--#include file="CommonPortal_budi.asp" -->
The include file is an empty file for me to assure that it is because when I try to include the file it will throw the error. If I removed the include the script will run fine...
It is perfectly fine on IIS 5...
Is this a bug in IIS 7.5?