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
20
Do we need to install Infragistics2 ASP on web server in order to Deploy app
posted

Hi

We got request to deploy third party asp.net app which uses Infragistics2 ASP component, Do we need the product to be installed on web server or not?

below id web.config entry

 

 

 

<

 

 

add assembly="Infragistics2.WebUI.UltraWebTab.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"

/>

<

 

 

add assembly="Infragistics2.WebUI.Shared.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"

/>

<

 

 

add assembly="Infragistics2.WebUI.WebDateChooser.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"

/>

<

 

 

add assembly="Infragistics2.WebUI.UltraWebChart.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/></assemblies></compilation

>

Parents
  • 45049
    Suggested Answer
    posted

    The following article from our online help documentation of NetAdvantage for .NET 2009 Volume 1 leads to other articles that explain how to deploy our ASP.NET resources to a web server:
    Deploying Your Application

    Similar steps also apply to NetAdvantage for .NET 2007 Volume 2.  The help documentation for this version has a similar article; there is no longer online help documentation for this version, so I provide above the link to the same information for our most recent product release.

    You do not need to install the NetAdvantage for .NET toolset to the web server to be able to use the controls.  In fact, you should not do this, since this makes available some design-time resources that are forbidden for redistribution by our License Agreement.

Reply Children
No Data