Proper IIS Installation on windows

Steps:
  • Click "Start button"
  • in the search box, enter "Turn windows features on or off"
  • in the features window, Click: "Internet Information Services"
  • Click: "World Wide Web Services"
  • Click: "Application Development Features"
  • Check (enable) the features.



After all the steps above done, open command prompt with admin right and execute this command:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i

Problem you may check if Chrome facing Pages unresponsive

  1. You may check do you any software that you install that make chrome become conflicted with your software.
    You can check with this method:
    Open your chrome and type chrome://conflicts
  2. You have used up all of your computer RAM.
  3. You can try the chrome without using your hardware by go to the settings - > advance setting and uncheck this setting on picture below


   4. It could be malware.
   5. It could be some extensions on your chrome, try to disabled them

Proper IIS Installation on windows

Steps: Click "Start button" in the search box, enter "Turn windows features on or off" in the features window, Click...