ggeorgiou01
Programmer
Hi All,
I have recently installed .net framework 2.0 and converted an old application from 1.1 to 2.0. I am working locally on my machine and have configured the application within IIS to work with ASP.NET version: 2.0.50727.
But I am getting the following error.
___________________________________________________________
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'requirePermission'
Source Error:
Line 12: <configuration>
Line 13: <configSections>
Line 14: <section name="appSettings" type="System.Configuration.AppSettingsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" restartOnExternalChanges="false" requirePermission="false" />
Line 15: <section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" requirePermission="false" />
Line 16: <section name="mscorlib" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" />
___________________________________________________________
Has anybody experienced this before ?!
Many Thanks,
Geogre
I have recently installed .net framework 2.0 and converted an old application from 1.1 to 2.0. I am working locally on my machine and have configured the application within IIS to work with ASP.NET version: 2.0.50727.
But I am getting the following error.
___________________________________________________________
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'requirePermission'
Source Error:
Line 12: <configuration>
Line 13: <configSections>
Line 14: <section name="appSettings" type="System.Configuration.AppSettingsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" restartOnExternalChanges="false" requirePermission="false" />
Line 15: <section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" requirePermission="false" />
Line 16: <section name="mscorlib" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" />
___________________________________________________________
Has anybody experienced this before ?!
Many Thanks,
Geogre