Try setting the ASPCOMPAT="True" attribute at the top of your ASP.NET page,
to ensure that your COM+ component is called from an STA thread, and not an
MTA thread.
For more information on STA/MTA and the ASP.NET threading model, see
http://msdn.microsoft.com/.

Signature
Dave Beauchemin
Microsoft MVP, MCP
www.webdotmag.com
> Hello,
>
[quoted text clipped - 8 lines]
>
> P Renukdas