TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
nguyen hung
NA
14
18.9k
how to fix error maximum request length exceeded on mvc 5
Jun 11 2016 12:03 AM
my web was error maximum request length exceeded when i upload image over 4mb,i had tried many way to fix wweb.config but it still errr.here is my last config in my web.config but it throw same errror.
<system.web>
<httpRuntime targetFramework="4.5" maxRequestLength="100000"/>
</system.web>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824" />
</requestFiltering>
</security>
Reply
Answers (
7
)
Get Elements By Attribute in C# using XMl document ???
Error while updating database in EF 6.1.3 and visual studio