One of the domains on my webserver is being used for serving static files. All sites I have found when talking about forcing SSL, talk about editing your web.config file. I don't have that for this site. How would I force all HTTP traffic to HTTPS? Do I create a web.config file with the code in the root of the site?
I didn't realize it before, there is a web.config file on the root of the site. I added the required code and it works.
Just add web.config in folder
and it works like @Mike Wills said