I have a webpart that was used in an old visual studio solution as a stand alone project.
I copied this webpart project to a new visual studio solution, deployed the webpart to the new web application port and used it on a page.
after I insert the webpart If I try to edit the page through the web interface Ribbon-> Edit I get the error message: "500 INTERNAL SERVER ERROR".
I tried "CustomErrors="OFF" in web.config, Checked windows error logs, but couldn't get any more details about the error.
Any clue?