Error 500 Reporting Services Asp Net MVC 5

Asked

Viewed 59 times

0

I am trying to render a report developed in Reporting services but it is giving error in some Source and does not render anything and returns me the following error: Failed to load Resource: the server responded with a status of 500 (Internal Server Error)

When I was running the local application worked, it was only switching to the IIS that started giving this error, I’m not sure if it is an error in some application’s Source.

Could you help me please, I’m 1 week with this error rs.

  • Error 500 could be any error. Probably your application is making an exception. Use a Try-catch to log the exception error so you know what’s really wrong.

  • @Renan I should put a Try catch where ? because I don’t know if the error is in the script, view or controller

1 answer

0


The error was occurring because of a [maxlength] in an int attribute, I limited the field sizes in the same view.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.