Print Page | Close Window

Server object, ASP 0177 (0x800401F3)

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=24206
Printed Date: 29 March 2026 at 2:48am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Server object, ASP 0177 (0x800401F3)
Posted By: jennifer_y
Subject: Server object, ASP 0177 (0x800401F3)
Date Posted: 18 August 2007 at 4:54am
Hi....appreciate that Web Wiz expert can advise me on the below error type:
 
  • Error Type:
    Server object, ASP 0177 (0x800401F3)
    Invalid class string
    /RTE/functions/functions_upload.asp, line 65
  • the error wast stop at this stage....

       Set objUpload = Server.CreateObject("Persits.Upload.1")




    Replies:
    Posted By: donnalorr
    Date Posted: 12 September 2007 at 3:30pm
    I am getting this same error and wondering if it has to do with the upload function.  Think you can change which upload function it uses ?  Anyone know the answer to this...? Thanks!

    -------------
    Donna


    Posted By: WebWiz-Bruce
    Date Posted: 12 September 2007 at 3:54pm
    Some servers don't like the Server.CreateObject which is only really needed for backward compatibility with NT 4 servers.

    Try changing:-

    Server.CreateObject("Persits.Upload.1")

    To:-

    CreateObject("Persits.Upload.1")

    In the functions/functions_upload.asp file and see if that solves the issue.


    -------------
    https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
    https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



    Print Page | Close Window

    Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
    Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net