How do I fix page Cannot be displayed?
Fix 1: Disable Protected Mode
- Open Internet Explorer in your computer.
- Click the Settings icon on the upper right, and click Internet Options.
- Click the Security tab, then uncheck the box next to Enable Protected Mode, and click OK.
- Click OK to confirm if you’re prompted with a warning.
- Click OK to save your changes.
How do I enable a website in IIS?

Go to Control Panel > Administrative Tools > Internet Information Services (IIS) Manager. In the Connections panel, expand your host tree, right-click on Sites, and choose Add Website. Enter the new website’s name and choose the location. Enter the Host name.
Why is the site can’t be reached?
The computer you’re using may be infected with malware which is interfering with your network connections. For ex. some malware installs a proxy server to capture and redirect internet traffic through the malicious proxy server. These type of malware cause the “This site can’t be reached” error in Chrome browser.
Why are some web pages not loading?
There are many reasons a site might not load, such as misconfiguration, corrupt files, problems with a database, or something as simple as needing to clear your browser’s cache and cookies on your computer.

How do I fix HTTP error 500.19 Internal server error the requested page Cannot be accessed because the related configuration data for the page is invalid?
The solution was to load Microsoft URL Rewriting from: iis.net/downloads/microsoft/url-rewrite. The test to determine that this was the issue was to edit my web. config file to comment out the section.
How do I give a domain to deploy a website in IIS 7?
Add the additional domain name in IIS:
- Step 1: Open Internet Information Services (IIS) Manager.
- Step 2: Locate your website and select it.
- Step 3: Click ‘Bindings’ on the ‘Actions’ pane on the right side.
- Step 4: Click the ‘Add’ button in the ‘Site Bindings’ window.
How do I add a website to my server?
Configure a host header
- Configure a host header. Use Remote Desktop to connect to the server.
- In the Connections pane, click to expand the server entry, then right-click Sites.
- Click Add Website…
- Fill out the following information:
- Site name: A title for the site (like Example Site)
How do I deploy a Web service in IIS 7?
How to deploy ASP.NET webservice to IIS 7?
- Create new virtual directory in IIS.
- Open the Webservice in Visual Studio.
- Go to Build.
- Publish website.
- Publish to Local IIS.
- Choose the same virtual directory created in Step-1.