asp.net and COM
- From: "doug" <dwittner@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 3 May 2006 08:53:03 -0400
hello all,
my client has purchased a third party COM object. my directive is to wrap
this up in a web service to save on licensing cost as this will need to be
accessed from 2+ machines.
this COM object uses ODBC to connect to a sql server. i know this as it
requires a data source of a select name on the machine.
i wrapped this up using interop and a class library in .Net.
when i instantiate this class in a web form or console where i have been
testing, all is good. when i instantiate this under a web service (worker
process). the calls to this objects connection method all fail!
i am confident it is using SQL Security as the connection properties ask for
a userid and password.
any thoughts as to what may be missing in the architecture?
thanks for reading.
Doug
.
- Follow-Ups:
- Re: asp.net and COM
- From: Josh Twist
- Re: asp.net and COM
- Prev by Date: Re: Displaying soap message
- Next by Date: Re: asp.net and COM
- Previous by thread: RE: Displaying soap message
- Next by thread: Re: asp.net and COM
- Index(es):
Relevant Pages
|