tags:

views:

167

answers:

2

i am working in asp.net mvc . i am using partial views but when i clicked on particular link i got the following error

500 Internal Server Error

any one know the reson thanks

A: 

500 Server error means that a script has thrown an error, this is not a broken link (aka a 404 error).

If you are using Internet Explorer, go to tools>options>advanced and unselect 'friendly http errors', this will give you a more comprehensive description of the error so you can debug the script, or contact the relevant people to debug it.

Tom Gullen