How to Block Specific IP Number to Access my website
-
Hello , I want to block some IP number to access my site In IIS6 I know but in IIS7 I am unable to find option to block the IP Thnks.
-
Hello , I want to block some IP number to access my site In IIS6 I know but in IIS7 I am unable to find option to block the IP Thnks.
In IIS7, for it a role has to be added. Go to Server Manager > Roles > Add Role Services. Under Security node in the Role Services tree there is an option for IP and Domain Restrictions.
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
Hello , I want to block some IP number to access my site In IIS6 I know but in IIS7 I am unable to find option to block the IP Thnks.
Hi, optional you can build a ASP.NET HTTP-Module to have your very own, custom made IP filtering.
When in trouble, when in doubt, run in circles, scream and shout
-
Hi, optional you can build a ASP.NET HTTP-Module to have your very own, custom made IP filtering.
When in trouble, when in doubt, run in circles, scream and shout
Yes, we can have our custom module to implement any specific requirement.For normal scenario we can use the one, that is already provided :)
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
Hello , I want to block some IP number to access my site In IIS6 I know but in IIS7 I am unable to find option to block the IP Thnks.
Agree with above answers. But, here is the complete guide. Have a look. Configure IPv4 Address Restrictions for Remote Connections (IIS 7)[^] Hope this will give you clear idea.
Cheers ! Abhijit My Blog : http://abhijitjana.net