In VS10:
1. Create a new website
2. Install EF nuget package
3. F5
Actual: Error referring to web.config - only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element.
Expected:
<configSections> is the first child of <configuration> in web.config allowing the website to run.
This works correctly for WAP in VS10.
1. Create a new website
2. Install EF nuget package
3. F5
Actual: Error referring to web.config - only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element.
Expected:
<configSections> is the first child of <configuration> in web.config allowing the website to run.
This works correctly for WAP in VS10.