There are many reason caused configuration error was caught.

But I got the stupid one.

I checked the Web.config file and found that I configured two duplicate configuration item as below:

 <system.web>
    <compilation debug="true" targetFramework="4.0" />
  </system.web>

 

相关文章: