ممنونم .
لطف میکنید بگین متود اسکریپتش چیه ؟ آموزشی ؟ سایتی ؟ نمونه کار داشته باشم خودم میتونم اسکریپتو کامل کنم و اینکه اسکریپت رو به چه صورت باید استفاده کنیم ؟؟؟ی سایت خارجی این نمونه زیر رو بهم پیشنهاد داد اما نمیدونم اصلا این اسکریپت رو به چه صورت باید استفاده کنم یا کجای تنظیمات iis ایمپورت کنم...
کد:
<?xml version="1.0"?>
<configuration>
<system.webServer>
<security>
<ipSecurity allowUnlisted="true">
<clear/>
<add ipAddress="2.144.0.0" subnetMask="255.252.0.0"/>
<add ipAddress="2.176.0.0" subnetMask="255.248.0.0"/>
<add ipAddress="2.184.0.0" subnetMask="255.255.128.0"/>
<add ipAddress="2.184.128.0" subnetMask="255.255.192.0"/>
<add ipAddress="2.184.192.0" subnetMask="255.255.248.0"/>
<add ipAddress="2.184.200.0" subnetMask="255.255.254.0"/>
<add ipAddress="2.184.202.0" subnetMask="255.255.255.0"/>
<add ipAddress="2.184.204.0" subnetMask="255.255.252.0"/>
<add ipAddress="2.184.208.0" subnetMask="255.255.240.0"/>
<add ipAddress="2.184.224.0" subnetMask="255.255.224.0"/>