Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

How to upload video Mp4 in C# MVC5

hi i build application on MVC5 ASP but i tray to upload video mp4 size 35 MB but i get error message "HTTP Error 404.13 - Not Found" i really need help to finish this application

Allan Clark
Allan Clark
10,810 Points

404 is a very generic error that could mean anything from your file is corrupted to an API being misspelled. Can you provide code or more information about this question?

can i edit web.config to upload large file like video

1 Answer

James Churchill
STAFF
James Churchill
Treehouse Teacher

Would it be possible for you to share a GitHub repo containing your app's code? If not, maybe start with posting the contents of your Web.config file here?