asp.net - scriptresource.axd 404 error in asp net 4 application - webresource works fine though -
hey everyone, have .net 4 application deployed production. app loadas fine, except referenced js files arent loading properly. using fiddler found scriptresource.axd calls returning 404 errors.
heres kicker, page making call via webresource.axd, , request works fine.
any ideas can check for? running iis7. load balanced, have machinekeys in config. added httphandlers section scriptresource.axd.. im still having same issue.. stumped...
update - think ou websrver has no idea axd file is. there install .net install axd mappings in iis?
"404" mean (under conditions) "not enabled" or "not allowed". had time on server , had enable extension.
another way use process monitor see whether real files being searched iis process , not found.
Comments
Post a Comment