IceNetHttpApplicationRequestImplAssemblies Event |
Request Business Objects implementation assemblies.
Namespace: PDTec.IceNet.WebAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
Remarks
The standard way of registering Business Objects implementation assemblies with
an application is to add a implementationAssembly element to the web.config.
Use this event only if you do not want to register Business Objects by configuration.
Examples<ice.net>
<businessObjects>
<implementationAssembly assemblyName="App_Code"/>
</businessObjects>
<ice.net
See Also