SyntaxFix
Write A Post
Hire A Developer
Questions
I had this same problem, my solution: In the web.config file :
<compilation debug="true> had to be changed to <compilation debug="true" targetFramework="4.0">
<compilation debug="true>
<compilation debug="true" targetFramework="4.0">