I am trying to put this in my markup:
<script type="text/javascript" src="<%$ AppSettings:proxyScriptUrl %>"></script>
But for some reason this is not accepted. What am I doing wrong here?
The requirement is that I do not use a helper method, but that expressionbuilder is used in markup.
source
share