Here is the deal:
My link:
<li><% =Html.ActionLink("Scheme", null, null, null, new { @id = "schemeid" })%></li>
JavaScript for changing href:
<script>
document.getElementById('schemeid').href= "Test/ALL";
</script>
Its working in any browser on ASP.NET dev.server on vs2010; but when i host it on iis 7. it fails. and in source of web page i have href=""
can any one help?