Results 1 to 9 of 9

Thread: Can I use web service to host my classes?

Threaded View

  1. #1

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Can I use web service to host my classes?

    My company uses a set of classes for every data access function. The bad part is distributing these dlls with every project that accesses a database. Is there a way to reference these classes in a web service, then have all the applications reference the web service to access the classes?
    Here's what I'm trying to do:
    VB Code:
    1. Dim WebServ1 as New WebService1
    2. Dim myClass1 as New WebServ1.MyClass1
    3. Dim myClass2 as New WebServ1.MyClass2

    Edit: I found this http://msdn.microsoft.com/library/de...SecNetHT15.asp
    Is remoting my only option?
    Last edited by wild_bill; Sep 11th, 2005 at 09:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width