an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > EndPoint in Silverlight Chart Control
Last Post 3/27/2012 12:25:18 AM By TAhmad. 14 replies.
Page 2 of 2 (15 posts) << First < Prev 1 2 Next > Last >> 
4/22/2010 8:21:29 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: EndPoint in Silverlight Chart Control
Do you have 'httpsGetEnabled' and 'transport' set correctly in the web.config file?
DotShoppingCart Staff
4/22/2010 8:29:28 AM
Applied
Posts: 93
Joined: 9/18/2009
Re: EndPoint in Silverlight Chart Control
Yes, although 'transport' is set at run time isn't it.
 
I think there must be some subtle difference between https://ourlivesite.com and https://ourtestsite.com although not in the web config. The same IIS is used so I can't see it is that, unless it is something to do with port numbers or security rights (which look ok).
 
4/23/2010 1:11:20 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: EndPoint in Silverlight Chart Control
I would suggest you get the http production site work first. And then try to get https work. WCF is painful to configure right.
DotShoppingCart Staff
3/27/2012 12:25:18 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: EndPoint in Silverlight Chart Control

I have tried to register WCF from framework v4.0.30319 using command 'ServiceModelReg.exe –ia' but I face warning the HTTP namespace reservation already exists.
Then I tried to register WCF from framework v3.0 it show me:
Installing: Machine.config Section Group and Handlers
Installing: System.web Build provider
Installing: System.web Compilation Assemblies
Installing: HTTP Handlers
Installing: HTTP Modules
Installing: Web host script mappings

I browsing our service 'https://www.oursite.com/Admin/Service/SiteMetrics.svc' showing me:

You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:
svcutil.exe https://accuvps109.hushohush.com/Admin/Service/SiteMetrics.svc?wsdl

 

 

 

 
Page 2 of 2 (15 posts) << First < Prev 1 2 Next > Last >>