Hello,
I am using the WebExplorerBar. Everything works fine within my development machine.
Now I need to deploy the app. I can't find any documentation except old ones.
How do i need to do this.
I am using 2010.3CLR35
Style AppleTiny
In my development machine if have the folder ig_res (also copied to the hosted environment) but no display of the explorerBar.
I need to deploy today. I was not expecting any problem.
Other control I am using: WebDatePicker NumericalEditor
Ps. I am also using the HTMLEditor
Hello vanDee,
You can use the following guide on how to deploy your Web Application - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Web_Deploying_a_Web_Application_that_Uses_NetAdvantage_for_ASP_NET_Controls.html
You can also refer to the “Deployment Overview” section of documentation to review the needed files for deployment of every control - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Web_Deployment_Overview.html
Let me know if you need further information about your question.
Alexander,
In the first link of your response, I see the following text mentioned:
Note: Starting in .NET Framework 2.0, the NetAdvantage ASP.NET controls' JavaScript files and some images are included in each control's assembly (e.g., Infragistics35.webUI.UltraWebGrid.10.3) as embedded resources. Therefore, unless you modified the JavaScript files, it's not necessary to deploy the JavaScript files found in the Scripts directory to the production server.
Am I reading this incorrectly, or is it saying that all *.js files should be embedded resources in 2010.3 for CLR4? I am finding that in the case of the WebHTMLEditor, the images are not embedded so I have to figure out how I wish to deploy to our app servers. If I have to bring along the *.js files for the ride, I would like to know that as well, but from that statement above, it is not entirely clear to me which controls have them embedded and which ones don't.