@adan
To force IIS to use HTTP and not HTTPS, you can disable the HTTPS binding on your website in IIS.
Here are the steps to do this:
By removing the HTTPS binding, IIS will no longer accept HTTPS connections for that website and will only use HTTP.
Please note that this will also prevent users from accessing the website over HTTPS, so make sure this is the desired configuration for your website.