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

403: Access Forbidden issue

3 Answers 465 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 2
Scott asked on 08 Jun 2009, 10:51 PM

I'm allowing users to upload a file, using radUpload in one of my applications.  In production, when I upload a file more than 30mb, I get the following error immediately:

403: Access Forbidden

Due to the presence of characters known to be used in Cross Site Scripting attacks, access is forbidden. This web site does not allow Urls which might include embedded HTML tags.

I have verified that it's not the file name.  I have created two files called "myUpload20.zip" (20mb) and "myUpload40.zip" (40mb).  The 20 mb uploads fine.  I can't replicate it in Dev and UAT environment.  In these environment, I am able to upload files over 40mb with no issues.  I have verified the web.configs in all 3 and they all have:

<!--file upload size 100mb : 30 min-->

 

<

httpRuntime maxRequestLength="102400" executionTimeout="1800" />

Is this a server issue? Any ideas how I can eliminate the error?

 

 


 

3 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 09 Jun 2009, 08:57 AM
Hello Scott Rupp,

To localize the problem - please replace RadUpload with the standard FileUpload control and let us know if you get the same error.

Kind regards,
Veselin Vasilev
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.
0
Scott
Top achievements
Rank 2
answered on 09 Jun 2009, 06:33 PM

Thanks for the tip. I used the asp.net fileUpload control and the same thing happened.  I don't manage the webserver, can you provide me some input on what to ask/tell the people who manages the server?  I brought this up before to them but got nowhere.

 

Your help is appreciated.

0
Veselin Vasilev
Telerik team
answered on 12 Jun 2009, 12:21 PM
Hi Scott Rupp,

I suppose this is a firewall issue and you can ask about that the hosting company.

Kind regards,
Veselin Vasilev
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
Upload (Obsolete)
Asked by
Scott
Top achievements
Rank 2
Answers by
Veselin Vasilev
Telerik team
Scott
Top achievements
Rank 2
Share this question
or