Failed to map the path '/aspnet_client/system_web/2_0_50727/WebForms.js'.

Posted by Nani on Stack Overflow See other posts from Stack Overflow or by Nani
Published on 2010-04-07T12:28:50Z Indexed on 2010/04/07 12:33 UTC
Read the original article Hit count: 565

Filed under:

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.

© Stack Overflow or respective owner

Related posts about ASP.NET