这个是微软关于这个问题的解决方案。
Knowledge Base Articles
Error Message: Server Object Error 'ASP 0177 : 800401f3'Q260385
--------------------------------------------------------------------------------
The information in this article applies to:
Microsoft Site Server version 3.0
Microsoft Site Server version 3.0, Commerce Edition
--------------------------------------------------------------------------------
SYMPTOMS
When you visit attempt to view pages at the Inspired Technologies sample site, you may encounter the following problems:
You may receive the following error message when you click the View Press Releases link at
localhost/SiteServer/samples/knowledge/membership/Inspired/press.asp:
Press Releases
The following set of press releases has been selected based on your interests:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/siteserver/samples/knowledge/membership/inspired/defnews.prf, line 72 Invalid ProgID.
For additional information specific to this message please visit the Microsoft Online Support site located at:
www.microsoft.com/contentredirect.asp.
You may receive the following error message when you click the Set Preferences link at
localhost/SiteServer/samples/knowledge/membership/Inspired/userpref.asp:
Error Encountered:
BindAs failed, please contact your administrator
Error number : 80020009
Error description : An error occurred in loading the container in which the user object is created.
CAUSE
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
RESOLUTION
To resolve the first error, do the following:
In a text editor, open the Defnews.prf file in the /SiteServer/Samples/Knowledge/Membership/Inspired/ folder.
On line 72, replace
Set MemRecordSet = Server.CreateObject("ADODB.Recordset.1.5")
with
Set MemRecordSet = Server.CreateObject("ADODB.Recordset")
To resolve the second error, do the following:
In a text editor, open the Userpref.asp file in the SiteServer/Samples/Knowledge/Membership/Inspired/ folder.
In the Global variables section, specify the administrator password as follows:
gMemUserPassword = "password"
MORE INFORMATION
For additional information on problems with the Inspired Technologies sample site, click the article numbers below to view the articles in the Microsoft Knowledge Base:
Q236973 Error Encountered: User Created in DS, but AddUserToGroup : SetInfo on Group Member of Object Failed. Error Number : 80071392
Q242354 Error Message: User Created in DS, but AddUserToGroup : SetInfo on Group Memberof Object Failed
Additional query words:
Keywords :
Issue type : kbprb
Technology :
Last Reviewed: December 14, 2000
--------------------------------------------------------------------------------
© 1987-2001 Microsoft Corporation. All rights reserved.