Need4Speed
New Member
- Messages
- 10
- Reaction score
- 0
- Points
- 0
Hi.
I created a simple ASP.NET test page in Visual Web Developer 2008 that says 'This is a test page' and uploaded the files. I get the following error though:
HTTP 500. System.Configuration.ConfigurationException: Unrecognized attribute. (***/web.config line 12)
Line 12 of web.config is:
Any idea what the problem is?
Thx..
I created a simple ASP.NET test page in Visual Web Developer 2008 that says 'This is a test page' and uploaded the files. I get the following error though:
HTTP 500. System.Configuration.ConfigurationException: Unrecognized attribute. (***/web.config line 12)
Line 12 of web.config is:
Code:
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=***">
Any idea what the problem is?
Thx..
Last edited: