My server uses IIS 6.0.
I can configure custom error pages from Custom Errors tab in IIS.

How can make the same configuration in my web.config file. Web.config custom error section does not allow sub error code.
Actually, I want to configure 401.1 custom error page from Web.config file.
How can achieve this.
Thanks