I'm using Asp.net with c#
I Want to know is that possible to make Only One Error Page That dynamically Change according to Error.
Example:
if There if 404 exception So I should Show File Not Found
505
403.4
or any application "RUN Time" error .
We can Do it in IIS using error page for every error . But I want To use One page for every Error. And I dont Want static error like "OOPS Something is wrong " I want to show user error like you miss typed url or value not right . or access not granted
etc
I'm Just fascinating Or This is really possible ?
Go to the complete details ...