Results 1 to 3 of 3

Thread: Problems with web classes

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Location
    Reading
    Posts
    70

    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

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    it looks like the problems lie with the permissions settings on the server rather than in the code

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Location
    Reading
    Posts
    70
    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
  •  



Click Here to Expand Forum to Full Width