compilation debug= true targetframework= 4.0 / configuration error

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>

 

posted @ 2013-05-06 16:35  Vincent.Dr  阅读(294)  评论(0编辑  收藏  举报