Question COM reference in Web Service

deeps81

New member
Joined
May 12, 2009
Messages
3
Programming Experience
1-3
I have created a web service method to access another class (BostonWorkStation).For that I had to add a BostonWorkStation COM reference for my project in Visual Studio.While testing out the webservice ,everything works fine and the Boston class is accessed.
But when i publish the webservice(created the proxy) and access it,it seems to fail while accessing the BostonWorkStation class.
Do COM references automatically get added while creating the proxy or does something else need to be done.
Would appreciate any help on this.

Thanks
 
I have created a virtual directory from where I am running my web service.In visual studio when I run the web service from Visual Studio development server,the Boston classes get invoked,but it is when I configure Visual Studio to use the virtual directory on the iis server,thats when the boston class problem comes.Is there any kind of permissions or configurations required in iis to access COM references
 
Back
Top