I have an asp.net web service which has SSL enabled via IIS. It works fine if the user uses https, however I have a user that insists on using http on the url.
What I'd like to do is have the web service (asmx) do the equivalent of the response.redire ct to change http to https automatically.
I don't believe that I can do this from a web service so does anyone know a of a similar solution for web services.
What I'd like to do is have the web service (asmx) do the equivalent of the response.redire ct to change http to https automatically.
I don't believe that I can do this from a web service so does anyone know a of a similar solution for web services.
Comment