” An error occurred on the server when processing the URL. ” occurs when accessing the webpage ,
The access phenomenon is: an error will be reported when the ID is greater than 32767, and there is no problem if the ID is less than 32767
Cases less than 32767:
Setting method one:
Run CMD as administrator, locate the directory to %windir%\system32\inetsrv\, and execute
appcmd set config -section:asp -scriptErrorSentToBrowser: true
Meaning: Send an ASP internal error to the browser to expose problem location.
Visit again and report the error:
Microsoft VBScript Runtime Error Error ‘800a0006’ Overflow: ‘CInt’
Check the file Sitepage.asp and find that the function is used, and the string is converted to an integer asp: cint()–note that only the range of short integer values must be between -32768 and 32767;
clng() is applied to long integers; that is, here when the ID is greater than 32767, the function cint() should be replaced by clng().
After saving, it was found that the solution was successful.
Read More:
- [Solved] appium Error: An unknown server-side error occurred while processing the command
- [Solved] An error occurred while processing your request…enable the Development environment by setting …
- jmeter Execute to create Chart Error: An error occurred: Error while processing samples: Mismatch between ……
- IIS 404 The page cannot be displayed because an internal server error has occurred
- [Solved] Asp.Net Core IIS Error: HTTP Error 500.30 – ASP.NET Core app failed to start
- IIS Web Deploy Website Error: HTTP error 500.19 – Internal Server Error
- [Solved] net core HTTP Error 500.31 – Failed to load ASP.NET Core runtime HTTP Error 500.30 – ASP.NET Core
- [Solved] Error from server (InternalError): an error on the server (““) has prevented the request from suc
- IDEA reports an error Could not reserve enough space for xxxxKB object heap processing
- [Solved] thymeleaf.TemplateEngineException processing template “main“: An error happened during template pars
- [Solved] MongoDB Error: FaileError: dToParse: Password must be URL Encoded for mongodb:// URL:
- Eclipse an error has occurred [How to Solve]
- [Solved] Ureport2 export word error: unable to access this website
- [Android Error] java.lang.RuntimeException: An error occurred while executing doInBackground()
- [Solved] LaTeX Error: \Url Error ->\url used in a moving argument.
- The SDK of Android webrtc compiled with Ninja – C out / release command reported an error, and the Android NDK processing method could not be found
- [Solved] Faceswap Error: CRITICAL An unexpected crash has occurred.You MUST provide this file if seeking assistan
- Error: an error occurred while performing the step: “building kernel modules”. See/var/log/NV
- An error occurred: Sorry,Faithfully yours, nginx Error
- Kubernetes create secret Error: Error from server (InternalError): Internal error occurred…