How to add web reference to deploy

Discussion in 'General troubleshooting' started by JavierSivack, Jul 16, 2009.

  1. Hello Friends

    I'm new in this, so I don't know how to do this.
    If I have a deploy project, and at my local project I develope a module that use a web reference, when I upload the module, how do I add the web references to the deploy project.

    Thanks
    Javier
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    you don't.

    The web reference is already within the project when you deploy.
     
  3. emmm

    Hi Bruce

    But, if I develop my module in DNN at local, I add the web reference in my local project, build it, run it, and from there I pack my module, and install it at the Deploy web site.

    Thanks again
    Javier
     
  4. Hi,
    If you do that VS should be adding the correct version reference to your local web.config and then in VS you have control over the /bin/ build type, i.e. debug or release.
    At that point the libraries in your /bin/ need to be published again with the changes in your web.config
    All the best,
    Mark
     
  5. Thanks

    Thank you
    I whill test.
     

Share This Page