i have hosted my website that uses codeSmith generated codes
Since it uses reflection and my webserver has HIGH security/thrust level
I am getting the error like
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: This
configuration section cannot be used at this path. This happens when
the site administrator has locked access to this section using
<location allowOverride="false"> from an inherited configuration
file.
Source Error:
Line 108: Line 109: <sessionState mode="InProc" timeout="20"/> Line 110: <securityPolicy> Line 111: <trustLevel name="Full" policyFile="internal" /> Line 112: <trustLevel name="High" policyFile="web_hightrust.config" />
|
................................................................................................
What can i do?
(Since I don't have admin privilege I cant edit machine level web.config)
Can i generate codesmith Data access layer that generate modules that works on webserver having HIGH security thrust level ?