Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: RE: Object error


Message #1 by "Tim Coyne" <tim_coyne@h...> on Mon, 15 Jul 2002 21:31:13
David and any others interested, I believe the InvalidCastException when 
calling a remote COM component from ASP.Net was due to security 
permissions.  I made the following changes:

1-I added <identity impersonate="true" /> to my web app's web.config.
2-In IIS, I made my app a separate app by setting the Application 
Protection setting to High (Isolated).
3-In Component Services, I set the Account Identity for this app to a 
specific domain/user.

Tim

  Return to Index