c# - instead of error page redirection show error message in live site -


i want redirect error page when http error occurs in web site , working in locally in live site returns messages instead of default redirection.

i use following code part in web config enter image description here

remove existingresponse='replace' other wise follow below link error solution


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -