When you visit a Web site that is hosted on Internet Information Services (IIS) 7.0, you receive an error message that resembles the following:
Server Error in Application "Application Name"
HTTP Error 403.6 - IP Address Rejected
HRESULT: 0x80070005
Description of HRESULT
# General access denied error
HTTP Error 403.6 - IP Address Rejected
HRESULT: 0x80070005
Description of HRESULT
# General access denied error
To resolve this problem, follow these steps:
- In a text editor, open the ApplicationHost.config file.
Note The ApplicationHost.config file is located in the following folder:%SystemRoot%\system32\inetsrv\config - Locate the ipSecurity XML element, and then set the value of the allowUnlisted property to true.
Note The security level of the server that is running IIS may be decreased when you enable IIS to accept requests from any IP address.
Senior Engineer Jessie
Comments