How to include my own object as a reference?

Discussion in 'ASP.NET 2.0' started by dbassett74, Oct 20, 2007.

  1. I created an object (dll) based on a dataset class and reference it in my project on my local machine. When uploading to the server, how does this work? I would imagine the path is different than what's on my machine since I had to navigate to the object to add the reference in the first place. Any assistance would be appreciated.
     
  2. That's not a lot to go on but you probably want to code it so settings come from your web.config file.
     
  3. If this is a .net component, you should be able to upload the dll file on the applications bin directory and add it on either the web application or the web.config file.

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page