This topic is locked
[SOLVED]

 SubSonicService

1/3/2008 1:18:46 PM
ASPRunner.NET General questions
S
sfierce author

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

S
sfierce author 1/4/2008

I figured out the problem. The directory structure of the local site varied slightly from the remote site. I had to modify the path to the db in the web.config file via the ASP.NET tab in the remote machines IIS for the virtual directory hosting the site.