CS2k7 starterkit problemSSL not getting applied for Products folder

hi,

Bonsoir.

the URL for products goes like thishttp://localhost/StarterSite/Products/Default.aspx

but now i want that it should go as follows

https://localhost/StarterSite/Products/Default.aspx

please notice the "s"

how to do that SSL based.

i have applied SSL to it.

But when i click the products link, it does not applies https.And the resource not found error comes.

And when i edit the link in address bar with "https" IT works.

please help me.

Hemant

[1177 byte] By [HemantC] at [2008-1-8]
# 1

Hi Hermant,

You'll have to update the site code to write these URLs using https. A quick inspection shows App_Code\PageConstants.cs defines:

public const string RewrittenBrowse = "~/Products/Default.aspx";

And there are several places this is used to call BuildUri() which you can tell to build the Uri with https.

Hope this helps,

David

DavidLott-MSFT at 2007-10-2 > top of Msdn Tech,Commerce Server,Commerce Server 2007...