ASP hints Server object error ASP 0178:80070005_ application tips

Source: Internet
Author: User
Tags microsoft frontpage ntfs permissions
Especially those components that have just been installed, you need to manually set the permissions, because permissions are limited for security reasons. You can refer to the following method settings.

Error Tip:
Server object error ' ASP 0178:80,070,005 '
Server.CreateObject Access Error
.. /asp.asp, line 123
A call to Server.CreateObject failed while checking for permissions. Access to this object is denied.

Errors such as hints, exist with permissions.
Workaround:
1. When the "Server.CreateObject" ("Mssearch.application") is invoked, an error occurs, resolved as follows:
Start-> Run->DCOMCNFG
Find "MSSearch" (this name depends on what you call the object), and then the right button->properties->security to all three permissions to everyone, in fact, the first can be.

2. The reason for this problem is indeed the question of competence.
One workaround is to modify the permissions of IIS for anonymous access.
The second easiest way to do this is to register your components in a different place, especially if you don't want to put them on a desktop or some special directory in C (the system disk), and you should put them on a disk such as D,e. The reason is because your IIS is usually used by the account is a lower system permissions account, if you are logged in with your own account, then the desktop access may be more than the permissions of IIS account.

3. Check the MS Database, the solution is as follows, fromaspxuexi.com ASP Learning Network:
This is article was previously published under Q315454
Symptoms
When you are attempt to the browse to a Active Server page (ASP) Database results page created in Microsoft FrontPage, your may re Ceive an error message similar to the following:
Program code:
Server object error ' ASP 0178:80,070,005 '
Server.CreateObject Access Error
.. /config/coon.asp, Line 5

The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Cause
This behavior can occur if incorrect NTFS permissions are defined for your "%ProgramFiles%\Common Files\System" folder.
Resolution
To resolve your issue, reset the NTFS permissions on the "%ProgramFiles%\Common Files\System" folder. To doing this, follow these steps:
1. Open Windows Explorer. To does this, right-click Start and then click Explore on the shortcut menu.
2. In Folders view, expand the "%ProgramFiles%\Common Files\System" folder.
3. Right-click the folder and click Properties on the shortcut menu.
4. Click the Security tab.
5. Add Everyone to the existing permissions, give in least Read permissions to Everyone, and apply this new settings to All files and subfolders.
6. Click OK.
--------------------------------------------------------------------------------

If this is a native debugging:
To resolve the problem, reset the NTFS permissions for the%ProgramFiles%\Common Files\System folder. To do this, follow these steps:
1. Open Windows Explorer.
Right-click to start, and then click Browse on the shortcut menu.
2. In the folder view, expand the%ProgramFiles%\Common Files\System folder.
3. Right-click the folder and click Properties on the shortcut menu.
4. Click the Security tab.
5. At least give everyone add existing permissions, read permissions to everyone, and these new settings apply to all files and children.
6. Click OK.

--------------------------------------------------------------------------------

If it is a server, give everyone permission for the associated DLL.
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.