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>