an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > DotShoppingCart Suite > Silverlight Sitemetrics in https mode
Last Post 2/18/2010 12:19:46 AM By Applied. 2 replies.
2/16/2010 4:20:48 AM
Applied
Posts: 93
Joined: 9/18/2009
Silverlight Sitemetrics in https mode
What needs amending in web/dsc config files to make sitemetrics work ok? I have amended the url in the xap file.
2/16/2010 3:42:29 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Silverlight Sitemetrics in https mode
Just replace the yellow background lines with the commented green lines.
 
                <behaviorname="SiteMetricsBehavior">
                    <serviceMetadatahttpGetEnabled="true" />
                    <!-- <serviceMetadata httpsGetEnabled="true" /> -->
                    <serviceDebugincludeExceptionDetailInFaults="true" />
                </behavior>
 
 
                <bindingname="SecureBasicHttpBinding">
                    <securitymode="None" />
                    <!-- <security mode="Transport" /> -->
                </binding>
DotShoppingCart Staff
2/18/2010 12:19:46 AM
Applied
Posts: 93
Joined: 9/18/2009
Re: Silverlight Sitemetrics in https mode
Yes that did make it work, but in code it looks as if you are setting the security mode anyway. Should it in theory work without changing web config?