Ask a Question related to ASP.NET Web Services, Design and Development.
-
Erymuzuan Mustapa #1
Re: How to use DCOM Objects in WebService?
It could be , that the ASPNET account doesnot have the necessary privledge
to call the object, do some impersonation in the config file
<identity impersonate="true" userName="user" password="ppp" />
--
Erymuzuan Mustapa
Inter Virtual Sdn. Bhd.
See MIND at [url]http://www.MIND.com.my[/url]
"Microsoft" <ikozen@21cn.com> wrote in message
news:%23UHg5AXYDHA.2200@TK2MSFTNGP09.phx.gbl...of> hi,everyone,
>
> I have an DCOM Server,now i want to invoke the method of the DCOM
> Objects in WebService.
> I have added the reference of the DCOM Object into the WebService
> project,
> and i can create the .Net wrapped class of the DCOM object in a WebMethod> the WebService,and compile it without any error. But while running the
> WebMethod in IE, it failed. why?
> By the way, if I use the .Net wrapped class of the DCOM object in a C#
> Windows App, all is ok.
>
> i need your help. thank you !
>
>
> kozen 2003-8-13
>
>
>
>
Erymuzuan Mustapa Guest
-
DCOM Errors when creating COM Objects in IIS
Hi all, I'm having a few problems creating COM objects in IIS. The issue only seems to affect a couple of our own custom COM objects. The COM... -
passing objects to CFC with webService
i have a webservice that sends objects to a CFC...the first 2 calls are fine. when i call the writeCartInfo method, i get an the 'unable to connect... -
A problem about WebService interop DCOM
hi, I'm developing a WebService that uses a DCOM server at the same machine. When I call a method of the DCOM, I get an... -
Webservice Objects with in Object
I have a Patient object which is inherited and instansitated from a Person Class. I also have a GP object which also inherits from Person class.... -
HOWTO? call dcom within webservice?
Hello NG, I have the following Problem I have: 1.WebService "TestService" 2.MFC appl with COM Interface 3.A c# froms application ... -
kozen #2
Re: How to use DCOM Objects in WebService?
The problem is solved.
It because that IIS must restart after the DCOMCnfg changed the setting.
kozen Guest
-
krishna #3
Re: How to use DCOM Objects in WebService?
So, did it work without any impersonation? Is the
component developed in VC++? What settings you have in
DCOMCnfg to make it work?
Krishna
changed the setting.>-----Original Message-----
>The problem is solved.
>It because that IIS must restart after the DCOMCnfg>
>
>.
>krishna Guest



Reply With Quote

