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

WebResource.axd loading from other server

1 Answer 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Amol
Top achievements
Rank 2
Amol asked on 08 Jul 2009, 01:15 PM
I have deployed my application on server. On pages where i am using rad editor, when i see the requests made to server I observed that the editor is trying to access Webresource.axd and some other resources from a different ip other than our server's ip.

The other machine from which it is trying to access the resources is our local internal machine on the network.

Can i know why this is happening and how can i avoid it?

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 13 Jul 2009, 08:43 AM
Hi Amol,

For its scripts, CSS files and all other necessary resources, the editor would
1) either render a relative URLs - which means that it cannot request a resource from another server
or
2) the request will be processed by the ASP.NET framework - which, as a rule, also does not use absolute URLs  (e.g. it uses the format  <script src="/ScriptResource.axd?...")

In either case, it is not possible for the editor to be responsible for resource requests made to another server. However, the editor could be "made" to do so, if for example, the content loaded in the editor makes requests to another server, OR its CssFiles property has been explicitly configured to make requests to another server.

By default, the editor will not make any such requests.
I hope this information will be useful to you in determining the actual causes for such requests.

Sincerely yours,
Tervel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Amol
Top achievements
Rank 2
Answers by
Tervel
Telerik team
Share this question
or