Failed to map the path '/aspnet_client/system_web/2_0_50727/WebForms.js'.
- by Nani
I am deploying a website on my server. After deploying this is the error message generated when I browsed it, along with the following lines.
Line 45:
Line 46: <link type="text/css" rel="Stylesheet" href="<%= GetExternalCssUrl() %>"></link>
Line 47: <script type="text/javascript" src="<%= GetJavascriptUrl() %>"></script>
Line 48: <script type="text/javascript">
Line 49: $().ready(function() {
I am unaware of this error. Please help me.
Thank You.