Script link on master page:
<head runat="server">
<script src="<%=ConfigurationManager.AppSettings["ApplicationURL"].ToString()%>Scripts/jquery-1.7.2.js" type="text/javascript" language="javascript"></script>
</head>
Default.aspx page
<a class="level1" href="VideoLibrary/VideoUpload.aspx">Video Library</a>
When i click on this hyperlink i got following error message:

What should i do?
Thanks
You can’t use expression in
<head runat="server">tag. What you need to add<script>viaPage.Headerproperty.