Error - cfregistry

MrDoJo

Guppy
Hi,

Anybody got an idea... I'm new to CFMX

Some idea are needed to solved this error/problem.

Security: The requested template has been denied access to cfregistry.
The following is the internal exception message: access denied (coldfusion.tagext.GenericTagPermission cfregistry)

The error occurred in D:\hshome\username\mydomain.com\myfolder\Application.cfm: line 24

22 : <cfset dsnApp = "myuser_dsn">
23 :
24 : <cfapplication name="MyApp" clientmanagement="yes" sessionmanagement="yes" sessiontimeout="#CreateTimeSpan(0,0,20,0)#" applicationtimeout="#CreateTimeSpan(0,2,0,0)#">
25 : <cfparam name="session.allowin" default="false">
26 :

Thanks
 
Back
Top