Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: adding reference to class library on remote server


Message #1 by "verhelst tom" <verhelst_tom@h...> on Fri, 30 Aug 2002 09:10:15 +0000
hi all,
 
i created 2 projects (win app & web app) that both have a reference to a class library. This class library contains a bunch of
functions to interact with the DB.
 
When all projects are in the same solution (therefor all on the same host), everything works fine.
 
Now i want to setup every project on the desired host:
   web app   ---   on webserver
   class lib    ---   on webserver
   win app    ---   on client pc
 
Here is my problem : i know i'll have to perform some changes in the class lib, to make this work, but what is the best solution?
For this kind of application (which is commonly used i believe), do you always have to choose for webservices? what about the old
COM-approach ? Is there a .NET alternative? Serviced Component, ...
 
I also studied "Remoting" but that leads to a server.exe that has to be running before you can make calls to it...
 
Can anyone shed a light on these concepts?
                   point me to some tutorials...?
 
Greetz
TomChat with friends online, try MSN Messenger: Click Here

  Return to Index