According to Dynamic IP Security document in Microsoft :
AbortRequest : Specifies that by default IIS should send a deny mode response of Abort back to clients. The numeric value is 0.
Forbidden : Specifies that by default IIS should send a deny mode response of Forbidden back to clients. The numeric value is 403.
The description seems similar. Is it just about numeric value ?