How to reference a remote DLL
I think you'll need to use either COM+, .Net remoting, or
web services - and each of these need to host the dll in a
runtime on the server. I don't think you can call a .Net
dll on a different server without using one of these
technologies.
>-----Original Message-----
>Hello All,
>How can i reference a dll on the server.. i am not talking
about web
>services of course. A pure DLL residing on the server, how
can I
>reference it?
>
>Thanks
>JD
>
>.
>
.
Relevant Pages
- Re: Best Means: Calling a Function or Application on a Remote Server
... applications on the database server. ... .NET remoting is another option. ... and on how you implement the server side. ... Web services for that, ... (microsoft.public.dotnet.languages.csharp) - Re: Web Service/Impersonation Issue - RESOLVED
... with the Windows DLL named "security.dll". ... > to various web services for data retrieval. ... The MS SQL Server calls do not cause any issues, ... I've compared IIS configuration as ... (microsoft.public.dotnet.security) - Re: Communications between different .NET Applications
... large chunk of data around use .net remoting. ... bit harder to setup and get running than web services but it better ... Web services you will essentially have the clients talking to the server ... > My desire is to have client versions of my application running on a couple ... (microsoft.public.dotnet.languages.csharp) - Re: Alternative to Remoting?
... > server and retreive them later. ... > I thought about using web services, but they doesn't mantain the table to ... You could create a new reader, ... > In Windows Applications the solution is using .NET Remoting but I found ... (microsoft.public.dotnet.framework.compactframework) - Re: C# Remoting ???
... a server using a dll. ... How u differentiate btw remoting and Web Services ... (microsoft.public.dotnet.languages.csharp) |
|