Problems with DCOM under Windows 2003 Server
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 ?

