2

I am getting "HTTP 500 Internal Server Error" in IE9 and the earlier versions of IE in one of the page of my ASP.net application. In all other browsers and newer versions of IE, it's working fine.

If I uncheck "Show friendly HTTP error messages" from the advance option of IE then it's working.But it's not a solution. :)

Is there any way to fix this ?

Please advise.

Advay Pandya
  • 101
  • 1
  • 9
  • 1
    HTTP/500 should be a response from your server side. Are you checking something in your ASP program that isn't SET for old IE and you didn't handle exceptions? – Ken Cheung Sep 16 '14 at 09:51
  • 1
    First you start from this http://stackoverflow.com/questions/5385714/deploying-website-500-internal-server-error/5385884#5385884 – Aristos Sep 16 '14 at 09:56
  • Second, you check that http://stackoverflow.com/questions/14025964/force-asp-net-to-generate-javascript-for-all-user-agents/14026294#14026294 – Aristos Sep 16 '14 at 09:57
  • 1
    Ken Cheung, Ya I cross verified all the java scripts and CSS which might affect the older IE versions. But I am not able to find anything wrong. I am also not able to get any error message too. Is there any way to get correct error message on this situation, so I can investigate more ? – Advay Pandya Sep 16 '14 at 10:00
  • 1
    @Aristos , thanks for providing these links... I have tried with this but getting the same result. If I can get real error then I can do something to fix this.Do u have any idea to find the cause of this issue ?? – Advay Pandya Sep 16 '14 at 11:28
  • 1
    @KenCheung , Please put a light on this if you have any idea.. – Advay Pandya Sep 16 '14 at 11:30
  • Check the second link and understand that the asp.net is return diferent thinks depends from the browser, so you need to update that files that mentioned on the second link – Aristos Sep 16 '14 at 12:27
  • 1
    You're talking about HTTP/500, which means your server side code has problem, throws exception, and make IIS to give out the Internal Server Error response instead of a HTTP/200 with HTML. It's not JavaScript or CSS issue. Check your server side ASP.net program! – Ken Cheung Sep 18 '14 at 10:07
  • Try follow this link http://msdn.microsoft.com/en-us/library/e8z01xdh.aspx to enable debugging, and browse it with IE9 that originally throw HTTP/500, and update us what you can see. – Ken Cheung Sep 18 '14 at 11:04

0 Answers0