I am developing an asp.net application which uses word application in Windows 2003 server. I wrote the code - Dim wrdapp as new Word.Application. When I access this code, an Unauthorized Access exception with Access Denied message is thrown. I had given the security privileges for the launch permissions and access permissions for the ASPNET account. This works fine in Windows 2000, but the exception is thrown in Windows 2003 server. Could anyone please help me in solving this. Thanks in advance.
J
Jikky
@Jikky
Posts
-
Using word application in Windows 2003 server -
Server side automation using MS Office objectsI am doing a project in ASP.NET that need to programatically convert word template to Html using Word Application object. Application converts the word template to Html but the formatting is not correct and the image in the word template is not displayed in the Html. Any solutions will be appreciated. Could anyone please suggest any other alternative for this. The requirement is to convert the word template to html and render the output to the browser. Thanks.
-
Retrieving print status of a word document given for printingHello all, I need to know the print status of a word document given for printing. That is, whether the word document is being printed,or has finished printing etc. I need to do this in VB.Net. Could anyone please help me. Thanks in advance, Jikky.