|
I have posted about this before: http://webwiz.net/wwf_forum/forum_posts.asp?TID=12644&PN=1 - http://webwiz.net/wwf_forum/forum_posts.asp?TID=12644& amp;PN=1
But I am still having the same problem. This happens when I try to use the upload feature or when I try to compact/repair the databse. The rest of the forum works Great!
I am running WinXP Pro w/SP2 Internet Information Services Version: 5.1
When I try to upload I get this error:
*************************************************** Error Type: Server object, ASP 0196 (0x80040154) Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations. /forum/functions/functions_upload.asp, line 72 ***************************************************
How to I set the AspAllowOutOfProcComponents metabase setting? I have searched Hi and Low for this info to no avail.
And When I try to compact/repair, I get this similar error:
************************************************************ ******************************** Server object error 'ASP 0196 : 80040154'
Cannot launch out of process component
/forum/admin/compact_access_db.asp, line 107
Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations. ************************************************************ ********************************
The line of code that it's error-ing out on is this: Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
How do I set up my server to be able to use this line of code? SOMEONE PLEASE HELP ME ON THIS ONE!
|