This is a migrated thread and some comments may be shown as answers.

Proxied application - need to use full client-side library?

2 Answers 60 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kevin F
Top achievements
Rank 1
Kevin F asked on 11 Aug 2010, 09:22 PM
Hello,

I am developing a web application that is accessed two ways: through a LAN and through a gateway.  It works fine when accessed over the LAN, but breaks when accessed over the gateway because of the AJAX in the application.  Of course the AJAX is there because there is substantial use of Telerik controls :)

The problem is that there is a directory structure in the gateway URL.  When it tries to load the objects, it looks for /ScriptResource.axd?d=blob&t=timestamp and cannot find it, so none of the Telerik AJAX controls work properly.

Anyway, I've read that you can force the ScriptManager to use static files.  I've set it to use a static Telerik.Web.UI file (as shown in the static client side library), but I see that isn't the only Telerik script that is loaded.  On one particular page (on which there are about 10 Telerik controls) I see there are numerous other calls to ScriptResource.axd that generate client side code to handle the Telerik controls.  Is there any way I can reference those in the <scripts> section of the <scriptmanager>, and perhaps save them as static files as well? 

Or is there another solution to this gateway problem? 

Thanks!!

2 Answers, 1 is accepted

Sort by
0
Kevin F
Top achievements
Rank 1
answered on 16 Aug 2010, 06:19 PM
Just bumping this.  Has anyone had any experience with web apps behind a proxy/gateway?
0
Diego
Top achievements
Rank 1
answered on 17 Aug 2010, 03:38 PM
I think you should ask your system administrators about this issue, but anyway try these links:

http://forums.asp.net/p/1580452/3985759.aspx
http://www.telerik.com/community/forums/aspnet-ajax/treeview/working-with-radtreeview-under-proxy.aspx
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/corporate-network-with-proxy-breaks-page-with-radajax.aspx
Tags
Ajax
Asked by
Kevin F
Top achievements
Rank 1
Answers by
Kevin F
Top achievements
Rank 1
Diego
Top achievements
Rank 1
Share this question
or