We have migrated our web Application from windows server 2000 (IIS 6) to windows server 2008 (IIS 7). we were using Pin Edit third party controls in the application.

These controls will be rendered as iframe with src, when it was rendering in old server windows server 2000 (IIS 6) the src property was rendering https:..... when we are using SSL calls, But in new server windows server 2008 (IIS 7) the source property in rendering with always "http:....", we would like to have this as "https:...".

We are assuming IIS setting need to be modified in order to achieve it. Please advice, thanks in advance

Correct... for IIS7 to support https, you need to install a certificate on the web server, just like you did on IIS6.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.