Notes for ASP. NET Word Document Server deployment

Source: Internet
Author: User

1. Asp.net 2.0 is used to configure Microsoft Excel and Microsoft WordProgramAuthorization time limit error: 80070005 and 8000401a total solutions

Failed to retrieve components whose CLSID is {000209ff-0000-0000-c000-000000000046} in the com class factory because of the following error: 80070005.

Control Panel-> Administrative Tools-> component services-> Computer-> my computer-> DCOM configuration-> Microsoft Word documents
After
Click properties to open the Properties dialog box for this application.
Click the "Security" tab, select "Custom" in the "Start and activate Permissions" and "Access Permissions" groups, and then
Custom-> edit-> Add ASP. NET account and iuser _ computer name

* These accounts only exist when IIS is installed on the computer.
13. Make sure that each user is allowed to access the service and click OK.
14. Click OK to disable dcomcnfg.

Failed to retrieve components whose CLSID is {000209ff-0000-0000-c000-000000000046} in the com class factory because of the following error: 8000401a.

Run dcomcnfg to open the component service,

Expand "component service"> "computer"> "my computer"> "DCOM configuration" in turn"

Find "Microsoft Excel application" or "Microsoft Word application ",

Right-click the Properties dialog box and click the "ID" tab,

Click "The following users" to enter the Administrator's user password correctly...

Click the "Security" tab,

Select "Start and activate Permissions", "Access Permissions", and "Configure permissions" as custom,

Click Edit to add everyone and add all the permissions to it...

OK to solve this problem!
 

2. Set the web. <identity impersonate = "true" username = "Administrator" Password = "51 aspx"/> account and password in config, otherwise, a message indicating that the component whose CLSID is {000209ff-0000-0000-c000-000000000046} in the com class factory fails to be retrieved because of the following error: 80070005.

For example

<System. Web>

<Identity impersonate = "true" username = "Administrator" Password = "chuguo186"/>

</System. Web>

 

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.