I'm not sure what is causing this error because i back out of the changes i had previously made to the web config file but now no web parts are loading.
Here is the error I am getting
Unrecognized attribute 'xmlns'. Note that attribute names are case-sensitive. (C:\sites\hormel\hormel.com\wwwroot\cmswebparts\web.config line 3)
Here is the beginning of my web.config file
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<configSections>
<!-- Content staging BEGIN -->
<section name="microsoft.web.services3" type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<!-- Content staging END -->
There is no web.config file in the cmswebparts directory.
Has anyone seen this before or know how to fix it?