Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blank WebResource.axd

Have a rather large problem. About two weeks ago I noticed that alert based validation (ValidationSummary) stopped working on my website. Upon further review, WebResource.axd is coming back blank. It's not throwing an error, just blank.

I've tried tracing the request via Fiddler and Firebug, and the response is 200 at first. Subsequent cached requests (same page) return 304 (as I would expect).

I've checked IIS configuration, web.config, installed updates, Global.asax, httpHandlers etc... to try to find out what happened or why it's failing.

I've been troubleshooting this issue for two days now and am running out of options. Does anyone have any idea what the cause of this could be? Any help is greatly appreciated.

like image 505
user1946712 Avatar asked Nov 13 '22 14:11

user1946712


1 Answers

This appears to be a tricky issue, can you check and answer the following two questions:

  1. By any chance is debugging enabled on your deployed site.
  2. Was the deployed website build properly in release mode?
like image 121
Shashank Chaturvedi Avatar answered Nov 15 '22 13:11

Shashank Chaturvedi