Problems with DCOM under Windows 2003 Server

I have given special users launch- and access-permissions to Word-Files under Windows 2003 via DCOM (with dcomcnfg).
I have an ASP.NET-Application which runs in the user-context (impersonation=true) and which uses a component (Microsoft.Office.Interop.Word.dll)
to create Word-documents on the server. When a client launches the application, the access is denied. But launch- and access-permissions have been given to the user. Any suggestions what goes wrong ?
[469 byte] By [demuelli] at [2007-11-19 4:48:46]
# 1 Re: Problems with DCOM under Windows 2003 Server
Make sure you are impersonating by setting <identity impersonate="true" /> int the <system.web> section of web.config.
magne_sjaastad at 2007-11-10 3:40:41 >