Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Proper way to deploy to web server?
posted

 

What is the proper way to deploy the Infragistics Controls (dlls) to a web server? I develop on my workstation first, then deploy to a Web Server. Should I just install the entire Infragistics from the Install that I downloaded when we began development? Or, is there a way to automate this in Visual Studio or what is the best way of getting those DLLs on our Production Web Server?

Thanks for any advice!

  • 45049
    Suggested Answer
    posted

    You can find information on deploying projects that use our ASP.NET controls in the articles linked from the following article (taken from our online help documentation of NetAdvantage for .NET 2009 Volume 1):
    Deploying Your Application

    You should never install the NetAdvantage for .NET toolset itself on a web server in this fashion.  Doing so installs design-time-only resources, which is prohibited by our License Agreement.

    If you want to automate this, you should be able to create a setup project in Visual Studio to put all of the files you need, including assemblies from our toolset, in the required locations on your web server.  MSDN likely has more specific resources on creating setup projects.