We do not enable this feature due to security concerns. If it is not too hard, please do a global search/replace on your script to change it as follows:
Change
<!-- #INCLUDE FILE="../include/utils.runtime5.asp" -->
to
<!-- #INCLUDE VIRTUAL="/virtual_path/config/include/utils.runtime5.asp" -->
Where "virtual_path" is determined by mapping the directory or virtual directory hierarchy from the root of the site. Please also note that Virtual Path requires an absolute path starting from your root web directory.
Please review the follosing Microsoft KB for more info:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q184717


