Is it possible to load a package from other one?
I am doing this:
<xsl:value-of select="aspdnsf:XmlPackage('page.banners.xml.confi g')" disable-output-escaping="yes" />
And I receive this error:
Exception=Access to the path 'C:\inetpub\wwwroot\AspDotNetStorefront\Web\images \page.banners.xml.config_store.runtime.xsl' is denied.<br/>
Both xml.config file are in the same folder.
Att,
Paulo