|
-
Jun 23rd, 2003, 05:44 AM
#1
Thread Starter
Lively Member
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
-
Jun 23rd, 2003, 09:20 AM
#2
Fanatic Member
it looks like the problems lie with the permissions settings on the server rather than in the code
-
Jun 23rd, 2003, 09:30 AM
#3
Thread Starter
Lively Member
Correct, I eventually figured that out, thanks for replying though.
Cheers,
AuldNick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|