Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 IIS Application Pool Identity setting problem

Author  Topic 

ourspt
Starting Member

33 Posts

Posted - 2005-05-04 : 11:05:52

Hi,

We are working on an ASP.Net application, which uses office automation to create

Word and Excel documents from templates



IIS web server runs on Window 2003 Advanced Server.



Due to security reasons, with office automation,

(In spite of giving permissions via DCOMCNFG, etc., all options taken care)

We had Access Denied error while trying to invoke Word or Excel applications



To address this,

We have created a separate application pool and given the Identity as Local System,

(Logged in account is local administrator of the machine)

Assigned our application to this pool



With this setting the application works fine on our Test machines.



On Target machine (Production machine),

(Logged in account is Network Administrator account (not local administrator))

And the same settings for IIS – Another application pool with Identity as local system



But we still face the security restrictions or Access Denied error when using office automation.



Can some one help us on this

Thanks
oursmp







jhermiz

3564 Posts

Posted - 2005-05-04 : 11:33:19
Office automation on the server?

Here's a good article from MS: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757


Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page
   

- Advertisement -