IIS displaying blank help please

Hi I’ve searched everywhere about this problem none of the solutions worked

I’ve set up IIS to run on my machine but my localhost display blank page.

I’ve ticked all the boxes needed IIS console management, i’ve also ticked static content but no luck

I currently also have xampp but I’ve changed to run on port 82 by following the instructions bellow but still localhost displayed blank page.

I want to run IIS
C:\xampp\apache\conf\httpd.conf:

Search for “Listen 80″, change to “Listen 82″
Search for “ServerName localhost:80″, change to “ServerName localhost:82″

C:\xampp\apache\conf\extra\httpd-ssl.conf

Search for “Listen 443″, change to “Listen 4499″
Search for “<VirtualHost _default_:443>”, change to “<VirtualHost _default_:4499>”
Search for “ServerName localhost:443″, change to “ServerName localhost:4499″