ASP Authenticode does not display or always incorrectly resolve

Source: Internet
Author: User

1. Client problem: The browser prevents the Web site from sending cookies to the browser, resulting in the verification code does not appear or the verification code is always incorrect;

Workaround: Open browser options → privacy → move the privacy level to ' medium ', or customize the privacy settings for individual Web sites.

2. Server-side problem: ADODB.stream components and fso[filesystemobject] components are prohibited [This component is IIS-enabled, default is on];

Judge:

At the verification code [unable to display as a red ' X '] Click the right mouse button → properties → Copy the address to the browser directly access to the verification code picture;

The display error is:

Server object error ' ASP 0177: ******** '

Server.CreateObject failure

Solve:

(1). Re-open the server ADODB.stream component:

Execute in Start-run:

regsvr32 "C:Program FilesCommon FilesSystemadomsado15.dll

(2). Re-open the server Fso[filesystemobject] component:

Execute in Start-run:

regsvr32/u Scrrun.dll

(3). If you are a virtual host please contact the space provider to solve the problem!

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.