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
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
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