in our application, i am convert ms office document to pdf in asp.net but when i am deploy code on server then the ms office document converted to pdf only when the server is remotely connected otherwise it won't be converted Please advice?
Error exExcel2Pdf @ System.String[] : Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a The server process could not be started because the configured identity is incorrect. Check the username and password. (Exception from HRESULT: 0x8000401A).
To resolve this problem, change the identity for the server application to run under a particular user. To do this, on the Identity tab of the Application Properties dialog box, click This User. In addition, if it is feasible, you can ensure that a user is interactively logged on to the server console while the application is running.
Source microsoft
User contributions licensed under CC BY-SA 3.0