Hi guys, I have a ASP.NET Web service written in C#. It uses integrated authentication. The impersonation is done in web.config: <identity impersonate="true" /> The access to the DB is done from Interop Assembly. Original component is written in VB and registered as COM+ application....