user238271
user238271

Reputation: 643

Using DLL on server

I have two network and both network have server. And one network have server with database that i need to access from the client which is belong to another network.

Now I have dll that have methods for connecting on database, so i mean to make webservice which going to include this dll as a reference and client application going to have this webservice as a web reference! But this is going to be belong difficult.

So can i just put dll on server and use it from client application?

Thanks!

Upvotes: 0

Views: 316

Answers (2)

Conrad Frix
Conrad Frix

Reputation: 52675

Yes you can but you'll have to modify the code access security policy. This is usually much harder than just copying the file locally.

Upvotes: 0

user554180
user554180

Reputation:

I recommend you actually try this and if there are problems, then ask a more specific question with more information.

Upvotes: 1

Related Questions