N
Nedim
Guest
IIS has an easy way to add custom error pages in IIS Manager. However, using IIS Manager for adding a custom page for 401 status code may cause issues with Windows Authentication. Your website may keep prompting credentials even though you enter the correct username and password.
It is expected for Windows Authentication to be unfunctional if there is a new custom error page for 401 status. As a workaround, I would recommend editing the IIS default error page located at %SystemDrive%\inetpub\custerr\en-US\401.htm
Open this file in notepad and make changes. Then save it as htm file and replace the existing one.
Continue reading...
It is expected for Windows Authentication to be unfunctional if there is a new custom error page for 401 status. As a workaround, I would recommend editing the IIS default error page located at %SystemDrive%\inetpub\custerr\en-US\401.htm
Open this file in notepad and make changes. Then save it as htm file and replace the existing one.
Continue reading...