You may wish to create a list of sites that are hosted on your Windows IIS server, to do this remote desktop (RDP) into the server and using the Command Line tool, run the following command:
%windir%\system32\inetsrv\appcmd list site > c:\sites.xls
This will then create an Excel spreadsheet with the list of sites in your IIS + each site related information.