Solution to the "Access Denied" error when Microsoft. Office. InterOP. Word. application is created in ASP. net2.0

Source: Internet
Author: User
In the project, open a Word template file on the server, modify its content, and then download it to the client for use. On the Asp.net page, create Microsoft. office. interOP. word. the error "Access Denied" is displayed when the application object is used. The message is as follows:  

Access denied.

Note:An error occurred while executing the current Web request. Check the stack trace information to learn about this error andCodeDetailed information about the cause of the error.

Exception details:System. unauthorizedaccessexception: access is denied.

ASP. NET is not authorized to access the requested resources. Consider granting the ASP. NET Request identity the permission to access this resource. ASP. NET has an applicationProgramNo base process ID used for simulation (usually {MACHINE} \ ASPnet on IIS 5 and Network Service on IIS 6 ). If the application is simulating through <identity impersonate = "true"/>, the identity will be an anonymous user (usually IUSR_machinename) or an authenticated user.

To grant ASP. NET write access to a file, right-click the file in resource manager, select "properties", and select the "Security" tab. Click Add to add an appropriate user or group. Highlight the ASP. NET account and select the corresponding access permission box.

 

after searching for a long time on the Internet, I was prompted to use the dcomcnfg tool to modify the access permission. So I tried it. The operation was successful as follows:
1. Enter dcomcnfg in the command line, the "component service" Manager is displayed.
2. Choose "component service" computer ">" my computer ">" DCOM configuration ", find" Microsoft Word Document ", right-click, select "properties"
3. Click the "Security" tab in the "properties" dialog box, and select "Custom" in "Start and activate Permissions ", click "edit" on the right, add the "ASPnet" (netword service in IIS6) user to the dialog box that appears, and give " Local start " and " Local activation " permissions, click "OK ", disable the component service manager.
in this way, you can access the word object on the Asp.net page.

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.