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

Error message when uploading DLL

3 Answers 41 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Chen
Top achievements
Rank 1
Chen asked on 12 Mar 2011, 03:43 PM
When I upload a new version of my code to my site, browser which are opened on the web page emit the following error as in the screenshot.
Is there a way to avoid this?

Thanks

3 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 14 Mar 2011, 01:09 PM
Hello Chen,

Could the issue be related to the dll file being too big? Meaning your maxRequestLength is smaller than the file you uploaded. Also, perhaps you should set CustomErrors="off" in your web.config, so you can see the details of the error message, since it appears to be rendering the ASP.NET error page in the alert box. You'd probably get more specific details to figure out the problem.

I hope that helps.
0
Chen
Top achievements
Rank 1
answered on 14 Mar 2011, 01:18 PM
Hi

CustomErrors is off.

The error happens NOT when using the web site or RadUpload but rather when FTP-ing a new version of my code to the IIS.

I would FTP my new web site and the web page (as in the screenshot) whould issue an error.
At the time of the error I do nothing with the web page.

It's as if there's constant communication between the web page and the IIS server.
Does RadUpload keep such constant communication?
0
Genady Sergeev
Telerik team
answered on 16 Mar 2011, 12:38 PM
Hello Chen,

It might be possible that RadProgressArea polls endlessly to the server, hence producing the issue that your describe. In order to verify that please record a log using fiddler and check whether there are constant requests to the Telerik.RadUploadProgressHandler.ashx. If so, please undertake the following steps:

1) Navigate to the web.config of your page
2) Find the appData section
3) Add the following entry
       <add key="AllowCustomProgress" value="false"  />

I hope that this helps.

Kind regards,
Genady Sergeev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Upload (Obsolete)
Asked by
Chen
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Chen
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or