This error occurs when you try to start debugging on a Web project that has a URL in the Internet Web content zone. to debug a Web project, the project must be located on your local machine or a machine in the Local Intranet or Trusted sites Web content zone.
This error can occur for projects on your local machine if you specify the full name of the local machine, such as in this example:
yourmachinename.zonename.microsoft.com
Specifying the full name in this manner causes the project to appear to be in the Internet zone.
To debug a Web project on a local intranet machine or a trusted site, use Internet Explorer to add the project URL to the Local intranet or Trusted sites Web content zone.
To add a server to the Local intranet or Trusted sites zone
- In Internet Explorer, chooseInternet OptionsFromToolsMenu.
- InInternet OptionsDialog box, chooseSecurityTab.
- UnderSelect a Web content zone, ClickLocal IntranetOrTrusted sites.
- ClickSites.
- InLocal IntranetOrTrusted sitesDialog box, clickAdvanced.
- InAdd this Web Site to the zoneBox, enter the URL of the project, clickAdd, Then clickOK.
- ClickOKTo closeLocal IntranetOrTrusted sitesDialog box.
- ClickOKTo closeInternet OptionsDialog box.