Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.Net when post back get The specified URL cannot be found

When clicking the save button on a asp.net web form page, I get the following immediately:

The specified URL cannot be found

This does not happen when I try this using a browser on the web server.

Has anyone run across this problem before? Is this some kind of security issue?


More information. I tried a test page that included all of the form fields and a button that didn't do anything but write to a log4net log. Same problem on the button click. This is just weird.
like image 889
DC. Avatar asked Feb 28 '23 14:02

DC.


1 Answers

Found the solution to this!!! Turns out the firewall was blocking request that had more then 40 parameters in the query string.

like image 61
DC. Avatar answered Mar 16 '23 04:03

DC.