In webform/mvc we can use script and links as, script src=" Url.Content("~/Scripts/util.js")"
Can anyone tell me what is the equivalent in classic asp?
In webform/mvc we can use script and links as, script src=" Url.Content("~/Scripts/util.js")"
Can anyone tell me what is the equivalent in classic asp?
There is no direct equivalent, there isn't even a direct way to determine the applications virtual path. The following couple of VBScript functions should provide the feature: