Hi,
We are experiencing a very strange error on our live solution which is running on 9.4.9 and this solution is hosted on a dedicated server. When we try to delete a page we get the following error as shown in the attached screenshot. I have checked the web.config file and we have following settings in there.
<httpRuntime requestValidationMode="2.0" requestPathInvalidCharacters="<,>,*,%,:,\,?" maxUrlLength="2000" relaxedUrlToFileSystemMapping="true" />
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" validateRequest="false" />
But still, we are getting this error. I have got a copy of solution from Live (including application & database) and ran it on my local and staging environment and I was unable to reproduce the error. So I believe we are missing something on the server but can't figure out what it is. Any ideas?
BR Umar