I have a web site with REST service and an Upload and Download IHttpHandler. I was requested to change the site to use SSL. I did that and the web application works fine. However, the Upload and Download handlers don't seem happy. Is there something special I have to do in web.config to make IIS happy with the IHttpHandlers?
↧