I am creating a web application using cshtml in Visual Studio Community 2017. I need to update academic transcript for a class of students in my school.academic transcript But when I click "Save" button, the Chrome browser announces the error: "HTTP Error 404.15 - Not Found The request filtering module is configured to deny a request where the query string is too long." Is there any solution to transfer large data from cshtml webpage to IIS express server?
Asked
Active
Viewed 36 times
0
-
Possible duplicate of [HTTP Error 404.15 - Not Found ...because the query string is too long](https://stackoverflow.com/questions/28483745/http-error-404-15-not-found-because-the-query-string-is-too-long) – Obsidian Age Apr 04 '18 at 02:19
-
Hi ! It would be better if you checkout [POST Format](https://stackoverflow.com/help/formatting) for future endeavor at Stack overflow. -Thank you – Momin Apr 04 '18 at 02:25
-
Thank you, Momin. I am new to stackoverflow. – Dang Minh Thanh Apr 04 '18 at 04:10
-
Dear Obsidian Age. I did as your instruction but failed. – Dang Minh Thanh Apr 05 '18 at 02:25