Using ASPRunner.Net 4, Build 155
On a local pc I configured a new virtual directory and built a small little site with ASP Runner. Net using an Access db. On my local machine it works fine.
If I try lo use the same site on a Windows 2003 Server, also configuring virtual directory and App, with same directory structure, I receive 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 10: <configuration>
Line 11: <configSections>
Line 12: <section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic" requirePermission="false"/>
Line 13: </configSections>
Line 14: <appSettings>
Source File: D:\noeptexas\cereports\web.config Line: 12
What am I doing wrong?
Thank you