Error :ASP.NET Ajax client-side framework failed to load.

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 2
Joined: 02 Apr 2012, 08:44

Error :ASP.NET Ajax client-side framework failed to load.

02 Apr 2012, 08:54

Hello
I have used rewrite3.0 in my project. Rewriting is working fine on mozilla. but in IE and Opera , we are getting error.
Error listing is as follows :


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; SRS_IT_E879077FB376585B3FAF99; .NET CLR 3.5.30428)
Timestamp: Thu, 29 Mar 2012 06:55:46 UTC


Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://www.insidei.com/WebResource.axd? ... 2479085897

Message: ASP.NET Ajax client-side framework failed to load.
Line: 94
Char: 34
Code: 0
URI: http://www.insidei.com/

Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://www.insidei.com/ScriptResource.a ... t=705c9838




my rewrite rules are as following :


RewriteEngine on
RewriteBase /
RewriteRule ^myaccount$ http://www.insidei.com/UAdmin/Login.aspx [[NC,R=301,L]

RewriteMap revmapfile txt_rev:mapfile.txt [NC]

RewriteCond %{QUERY_STRING} ^clcd=(.+)$

RewriteRule ^searchdetails\.aspx$/ ${mapfile:%1}? [NC,R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ searchdetails.aspx?${revmapfile:$1}[NC,L,NS]


Cant understand why ajax controls are not working after url rewrite.
please help to solve this problem.


thanks
femin

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Error :ASP.NET Ajax client-side framework failed to load

02 Apr 2012, 10:47

Please, provide rewrite.log and error.log for the testing request.
Logging issues described in FAQ

Regards
Andrew

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 12 guests