Hi,
Probably a simple answer but I cannot create the DERuntime.DERuntime
object from within the "Global.asa".
My data connection within "Global.asa" are working fine, I assume that
there is a dll that needs to be installed but I cannot find any
documentation on it.
The error I am getting is as follows:
Server Object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed - and gives line number of following line.
Set DE = Server.CreateObject("DERuntime.DERuntime")
Application("DE") = DE.Load(Server.MapPath
("Global.ASA"), "_private/DataEnvironment/DataEnvironment.asa")
Any help would be appraciated.
Thanks,
Nick