I get a configuration error when I execute my ASP.NET 2.0 web application.

DETAILS
I get the following error when I try to execute my application.

Parser Error Message: Unrecognized attribute 'xmlns'.

 

Source Error on Line containing:
< configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" >

 

RESOLUTION
This error may occur if you have not set the .NET Framework version on your site to .NET Framework 2.0. Use Web Site Settings in the Helm control panel to change the .NET Framework version.

Was this answer helpful?

 Print this Article

Also Read

Do you support ASP.NET applications that uses code behind?

Yes. You will need to upload the following files to your account, then your code...

How to enable ASP.NET SQL Server Session on your web application

SQLServer mode stores session state in a SQL Server database. Using this mode ensures that...

I am using ASP.NET and Internet Explorer Web Controls and it does not work when I open the page. What is wrong?

For Internet Explorer Web Controls to work properly you need to have the required HTML...

Sample Code : Send Email in ASP.NET

using System;using System.Web.Mail;namespace SMTPAuthentication{ public class...

I get this error when trying load my ASP page : \"Disallowed Parent Path \"

  DETAILS I get the following error when I try to execute my ASP application  Active...