HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/hyperflight/apps/web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <system.webServer>
  
    <security>
      <ipSecurity allowUnlisted="false">
        <add ipAddress="212.159.111.105" allowed="true" />
        <add ipAddress="88.98.246.98" allowed="true" />
        <add ipAddress="94.175.201.242" allowed="true" />
        <add ipAddress="192.168.1.0" subnetMask="255.255.255.0" allowed="true" />
                <add ipAddress="82.146.154.74" allowed="true" />
        <!-- add more allows as needed -->
      </ipSecurity>
    </security>
        <defaultDocument>
            <files>
                <clear />
                <add value="index.asp" />
                <add value="products.asp" />
                <add value="Default.htm" />
                <add value="Default.asp" />
                <add value="index.htm" />
                <add value="index.html" />
                <add value="iisstart.htm" />
            </files>
        </defaultDocument>
        <httpErrors errorMode="Custom" />
 
  </system.webServer>
</configuration>