Problems with web classes
Hi,
I'm supporting a web class that was written by someone who no longer works for us and I'm having a few problems getting started (I'm not used to working with web classes at all).
Whenever the page tries to load up I get the following error. This happens on the ASP page that hooks into the web class.
This is the line of code where it falls over
Application("~WC~WebClassManager").ProcessNoStateWebClass "IKON.wcIKON", _
Server, _
Application, _
Session, _
Request, _
Response
and this is the error message.
Server object: 006~ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Does anyone have any suggestions.
Many thanks,
AuldNick