This is a migrated thread and some comments may be shown as answers.

ScriptResource.axd 404

4 Answers 233 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Alan T
Top achievements
Rank 1
Alan T asked on 16 Sep 2011, 02:38 PM
Not sure if i should be posting this here or not.

But i'm getting the above error on an ajaxified page. I can replicate the issue by trying to submit a form with requiredvalidators, and the page validation fails. (had to use firebug to find the error, because it just hanged on a loading panel).

There are other controls on the page that cause postbacks that seem to be ok. (comboboxes)

The pages run fine locally through the VS development server. It's obviously some kind of path issue,

is there a way i can find out where the file is, and what the path should be; then change it appropiately?

Alan

4 Answers, 1 is accepted

Sort by
0
Alan T
Top achievements
Rank 1
answered on 16 Sep 2011, 02:52 PM
Ok now i seem to be getting this:


a is undefined


, originating from one of the Telerik.WebResource.axd files. Seems to be related somewhere to ajax, validationsummmary, or validators in general.
 
0
Alan T
Top achievements
Rank 1
answered on 20 Sep 2011, 01:21 PM
any suggestions?
0
Princy
Top achievements
Rank 2
answered on 20 Sep 2011, 01:37 PM
Hello Alan,

Generally, there can be different reasons the ASP.NET AJAX ScriptResource.axd load to fail and they are discussed in the following public ASP.NET forum threads:
http://forums.asp.net/p/1129144/1786288.aspx#1786288
http://forums.asp.net/p/1135963/1814191.aspx
Additionally, you can perform web resources troubleshooting following the guidelines from the following article. Hope this helps.
Web Resources Troubleshooting

Thanks,
Princy.
0
Alan T
Top achievements
Rank 1
answered on 22 Sep 2011, 04:16 PM
Thanks, those certainly helped.

I managed to resolve the issue, this was it :

http://geekswithblogs.net/lorint/archive/2007/03/28/110161.aspx
Tags
Ajax
Asked by
Alan T
Top achievements
Rank 1
Answers by
Alan T
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or