Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
nguyen hung
2.1k
14
17.4k
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