Posted on: 4/11/2015 11:56:03 AM | Views : 864

Hello
I have checked here https://support.microsoft.com/en-us/kb/942055 for a solution to the problem I am experiencing, but it is not in the Microsoft list of errors. Those errors point to invalid configuration whereas the error I have is 'The configuration section 'compilation' cannot be read because it is missing a section declaration' and line 33, in my Web.config file is highlighted:
Config Source:    32:     
33: <compilation debug="true"   
34:     optimizeCompilations="true"
This happens when I try to view a Web page in my browser.
My Web.config file looks like this:
<configuration> <system.net> <mailSettings> <smtp deliveryMethod="Network"> ...

Go to the complete details ...