I have a developed a web application using c#.net and deployed this on IIS .Our requirement is to make it available only on https. So I have to test it on https.
But in my windows 8 machine with IIS 8 I can't select 443 port because it says it is used by another process WWAHost.exe and it is a process of windows 8 metro application service.
Is there a way I can take this port 443 from that service ?