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>