Sunday, August 18, 2013

Dynamic IP Restrictions in IIS 8 Video Tutorial

In this Video Tutorial you are going to learn How to configure Dynamic IP Restrictions:

Dynamic IP Restriction reduces the probability of your web server being targeted to a Denial of Service attack by finding the source IP of the requests and identifying patterns which could be an attack. When the pattern is detected which could be an attack, the module will place the suspicious IP in a temporary deny list and will avoid responding to the requests for a predetermined amount of time.

Download the batch file shown in the video Click Here





Direct Link:  https://www.youtube.com/watch?v=EFox-uk2o5M

Sunday, August 4, 2013

How to configure HTTP Redirect in IIS 8 on Windows Server 2012 Video Tutorial

In this Video Tutorial you are going to learn how to configure HTTP Redirect in IIS 7 and IIS 8.
You will learn Difference between HTTP 301, 302 and 307.

HTTP Redirect makes sure that users always receive the web page that they want. Redirection is the process to configure the web server to issue the redirect message to the client, such as HTTP 301, HTTP 302 and HTTP 307 which instructs the client to resubmit the request for a new location.


For testing you can also download the two sample websites which are shown in this video Tutorial
Download Sample Websites





Direct Link:  http://www.youtube.com/watch?v=wC3kJnhlofw


Also See: HTTP to HTTPS redirect : URL Rewrite in IIS 8 Windows Server 2012