Hello Andrea,
Thank you for your reply.
Based on the jscript exception the issue in this case is that jquery and possibly the IG scripts have not been loaded correctly. I suggest checking the loading paths for the scripts in this case and checking the network traffic to determine which ones are not being loaded.
Regarding the system.web configuration, based on the error message it seems that the whole snippet from the documentation including the <system.web> part has been copied under <system.web> in the web.config. The parent tags in this case are used to signify under which element are the modules and handlers to be registered.
Hope this helps. Please feel free to contact me with any questions or updates.
Hi Petar,
This is the error I get when I place the WebUpload control on my form.
"Microsoft JScript runtime error: The Infragistics WebUpload requires jQuery to be loaded."
Following the steps on http://help.infragistics.com/Help/Doc/ASPNET/2012.2/CLR4.0/html/WebUpload_Overview.html, I get this error:
"Unrecognized configuration section system.web/system.web."
How will I know what to use when registering for the modules and handlers?
Can you please provide me with the specific exceptions which are thrown when running your project in this scenario (from the developer tools)? Regarding the Infragistics.js file, it contains the required javascript for WebUpload and can by default be found at:
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.2\ASP.NET\jQuery