On my Windows 2008 server, I have one web site in IIS which has many web applications.
Now I am in need to apply an SSL certificate (I mainly needed it for only one of web application).
Now If I apply the ssl Certificate to the web Site, I need to test all the web applications under it.
Is there any way by which the SSL certificate only applies to one web application under the web site which I wanted.
or one option is I keep Http and HTTPS both open for all web applications and just for one I write a URL rewrite rule so that all the http request redirects to https.
ASKER