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

Problem posting request to DialogHandler.aspx

1 Answer 56 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Philippe
Top achievements
Rank 1
Philippe asked on 12 Mar 2015, 04:53 PM
Hello,
I encounter a problem on my website, once it is deployed on production environment
The dialogs in the editor open fine, but when an action is performed in it (like changing directory in file manager), the POST request just hangs
If I try to see what happens in Fiddler, the request immediately sends a 504 error
The configuration in web.config is the same as my test environment, with handlers registered in system.webserver > handlers section (ASP.Net 4.0, Integrated mode)
I performed the same tasks in both environments (open a page with the editor, open the document manager dialog, browse to a subfolder)
It works fine in the test environment, but not in the production one, even though the requests seem identical to me...
I don't have direct access to the production environment so it is quite hard performing extra tests.

Does anyone have an idea of what would be happening, and how to solve this problem ?

Thanks a lot !

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 16 Mar 2015, 11:15 AM

Hello Philippe,

I am afraid that without any further testing on the server, it is almost impossible to find out why this issue occurs.

Possible reasons:

  • The folder has no proper read/write permissions
  • URL rewriter module
  • If usage of a custom content provider is utilized--its implementation

Without further details about the configuration on the server, it is impossible to suggest a fix for such an issue.

Regards,

Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Philippe
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or