Server Object error 'asp 0177: 800401f3 'Solution

Source: Internet
Author: User
Server Object error 'asp 0177: 800401f3 'Solution
Error description:
Server Object error 'asp 0177 800401f3'
Server. Createobject failed
/Include/upfile_pic.asp, row 84
800401f3

Solution:
What are the solutions for dog P on the Internet? At the beginning of J8, the TMD server did not enable FSO, permissions, and so on. TND was a mistaken person. You thought you had sex and went straight to the topic. I told you that the operations on the Internet had not been solved for nearly half a year, and I was so angry when I thought about them. I will write down the method below and hope that you will not take a detour.
1. When an error occurs, the system prompts which file must be found for an error. For example, if an error occurs in "upfile_pic.asp", use a software such as Dreamweaver or notepad ++ to open the file by path, corresponding to 84 rows to see what it is? For example, mine is:
83 'generate image ------------------------
84 set JPEG = server. Createobject ("persits. jpeg") 'call a component
85 Path = server. mappath (filename) 'path of the image to be processed
86 'response. Write filename
87 jpeg. Open path' open image
I don't know that component. Baidu baibei! I know that the aspjpg component is not installed. If it is your server, you can install it, or you can ask the Space Provider to install it.
If "Server Object error asp0178: 80070005 check permission" is returned after the Server Object is installed, the call to server. Createobject fails. Access to this object is rejected ." This is obviously a permission issue. In the c: \ Program Files \ persits SOFTWARE \ aspjpeg \ bin directory, it is aspjpeg. the DLL file is added with the read permission granted by the anonymous user group.
Most of the errors are caused by ASP file calling components. If you are sure you are correct, follow the solution on the Internet below.
2. The FSO component is not enabled.
To enable and disable the FSO component, you must register and deregister the DLL file:
Enter the following command in the CMD command line status:
Regsvr32 c: \ windows \ system32 \ scrrun. dll
Regsvr32 c: \ windows \ system32 \ cdonts. dll
Note: cdonts is not included in Windows XP and Windows 2003 by default. DLL, which must be installed manually. You can obtain the file from system32 of Windows 2000. If not, you can download cdonts here. DLL (open the address and enter cdonts in the left-side search box. DLL ),
Installation Method:
Step 1: copy the file to % SystemRoot % \ system32;
Step 2: Start-> Run-> regsvr32 cdonts. dll;
Step 3: Confirm
To put it bluntly, you can search for components without them online.
Third, there are still errors after multiple injection and removal, because you do not have the permission and you do not know how to cause them. The solution is as follows:
Permission error. open registry and add permission!
In start-run, enter regedit and find hkey_classes_root \ Scripting. FileSystemObject.
Right-click the permission and join everyone. The Internet Guest Account (IUSR...) user is OK. Then restart IIS!
(In fact, you only need to join the Users Group and set the permission to read-only (in the white box) [not "special permission"] to support FSO)
Note: repeat it again. The first one is very important. People are active, methods are dead, and everything is loaded. Access errors are permissions.
This article is from: Xiaoyao revenge http://www.cqzh.cn/, the original address: http://www.cqzh.cn/post/102.html, to support the original, thank you!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.