<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : SSL &amp; https - Deployment not finding EntityService.svc/sl</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : SSL &amp; https - Deployment not finding EntityService.svc/sl</description>
  <pubDate>Tue, 12 May 2026 20:31:00 -700</pubDate>
  <lastBuildDate>Sun, 23 Jun 2013 13:53:31 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=4187</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : Excellent - that got it. This...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16478#16478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1303" rel="nofollow">Delta_Rich</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 23-Jun-2013 at 1:53pm<br /><br />Excellent - that got it.<br />This application is published within an existing website, with inheritance. So, the site has other webservices published so without this setting here it was using the inherited setting.<br /><br />Thank you so much for your help.]]>
   </description>
   <pubDate>Sun, 23 Jun 2013 13:53:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16478#16478</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : DevForce doesn&amp;#039;t by default...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16476#16476</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 22-Jun-2013 at 2:13pm<br /><br />DevForce doesn't by default add the ServiceMetadataBehavior so I'm not quite sure why you're seeing this.  If you've implemented a custom ServiceHostEvents and have added a MEX endpoint or behavior you should check that.  Otherwise, you can add the following to the system.serviceModel section in your web.config:<br /><br />&lt;behaviors&gt;<br />  &lt;serviceBehaviors&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;behavior&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;serviceMetadata httpGetEnabled="false" httpsGetEnabled="true" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/behavior&gt;<br />  &lt;/serviceBehaviors&gt;<br />&lt;/behaviors&gt;<br /><br />Disabling httpGetEnabled should fix the problem, and you can enable or disable httpsGetEnabled based on your needs.<br />]]>
   </description>
   <pubDate>Sat, 22 Jun 2013 14:13:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16476#16476</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : When I browse to the ...dev_test/EntityService.svc...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16470#16470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1303" rel="nofollow">Delta_Rich</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 20-Jun-2013 at 3:22pm<br /><br />When I browse to the ...dev_test/EntityService.svc when SSL requirements are off i.e. http - then I get the service screen as desired. If I switch back to the SSL I get-<br /><br />Exception Details: System.InvalidOperationException: The HttpGetEnabled property of ServiceMetadataBehavior is set to true and the HttpGetUrl property is a relative address, but there is no http base address.  Either supply an http base address or set HttpGetUrl to an absolute address.<br />]]>
   </description>
   <pubDate>Thu, 20 Jun 2013 15:22:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16470#16470</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : That&amp;#039;s odd...  When you try...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16469#16469</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 20-Jun-2013 at 3:07pm<br /><br />That's odd...<br /><br />When you try to reach the service at There is no endpoint on https://www.xxx.com/dev_test/EntityService.svc what error message do you get?<br /><br />Did you try unsecured (i.e. http instead)? Is it also failing?]]>
   </description>
   <pubDate>Thu, 20 Jun 2013 15:07:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16469#16469</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : All ports and firewall settings...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16468#16468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1303" rel="nofollow">Delta_Rich</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 20-Jun-2013 at 2:10pm<br /><br />All ports and firewall settings are ok. This site has other areas that use SSL and are working fine (they aren't using Ideablade), it's just this app that won't do its magic.<br /><br />It does work on my development machine, where I have setup a local IIS and published the app for using SSL like the walk-throughs and examples show but when delivered to production it won't.<br /><span style="font-size:10px"><br /><br />Edited by Delta_Rich - 20-Jun-2013 at 2:10pm</span>]]>
   </description>
   <pubDate>Thu, 20 Jun 2013 14:10:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16468#16468</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : Delta_Rich,  If you haven&amp;#039;t...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16467#16467</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 20-Jun-2013 at 2:00pm<br /><br />Delta_Rich,<br /><br />If you haven't updated web.config, then you shouldn't have to do anything other than the IIS configuration.<br /><br />One thing to be aware of is that when you add the HTTPS binding, you must be sure to use a port that's not being used by another application. (i.e. Skype might use port 443 and if you choose this same port, the website won't start)<br /><br />Also, be sure to set your firewall to allow traffic in the selected port. Actually, turn the firewall off for the sake of testing first. Later, if everything goes well, turn it back on and open the specified port.]]>
   </description>
   <pubDate>Thu, 20 Jun 2013 14:00:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16467#16467</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : On checking the DebugLog file...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16466#16466</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1303" rel="nofollow">Delta_Rich</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 19-Jun-2013 at 9:15pm<br /><br />On checking the DebugLog file it would appear that it is atleast trying to create the Service - no indication that it failed. See the following extract from the Log:<br />&lt;entry id="15" timestamp="2013-06-20T16:07:31" username="" source="IdeaBlade.Core.Composition.CompositionHost:GetImportDefSingle"&gt;CompositionContext: '-IbDefault-' - Probed for any 'ServiceHostEvents' and found 'IdeaBlade.EntityModel.Server.ServiceHostEvents'.&lt;/entry&gt;<br />&lt;entry id="16" timestamp="2013-06-20T16:07:31" username="" source="IdeaBlade.EntityModel.Server.EntityServiceHostFactory:CreateServiceHost"&gt;EntityService listening on https://www.xxx.com/Dev_Test/EntityService.svc/sl&lt;/entry&gt;<br />&lt;entry id="17" timestamp="2013-06-20T16:07:31" username="" source="IdeaBlade.EntityModel.Server.EntityServiceHost:AddBehaviors"&gt;Using DC serializer for EntityService&lt;/entry&gt;<br /><br /><br />Perhaps this is actually an IIS permission issue?]]>
   </description>
   <pubDate>Wed, 19 Jun 2013 21:15:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16466#16466</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : Thanks for the links, however,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16465#16465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1303" rel="nofollow">Delta_Rich</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 19-Jun-2013 at 8:55pm<br /><br />Thanks for the links, however, yes I have been over each of these (and many others).<br />The web.config has very little in it. My understanding is that the code within the Global.asax is dynamically creating the required services.<br /><br />Here's what I have in my config for reference:<br />  &lt;ideablade.configuration version="6.00" xmlns="http://schemas.ideablade.com/2010/IdeaBladeConfig"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;logging logFile="log\DebugLog.xml" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;objectServer&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;serverSettings useAspNetSecurityServices="true" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;serverSettings allowAnonymousLogin="false" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/objectServer&gt;<br />  &lt;/ideablade.configuration&gt;<br />...<br />  &lt;system.web&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;authentication mode="Forms"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;forms name=".DeltaCompanion_ASPXAUTH" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/authentication&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;roleManager enabled="true" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;machineKey ..... /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;providers&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;clear /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" .... /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/providers&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/membership&gt;<br />  &lt;/system.web&gt;<br /><br />]]>
   </description>
   <pubDate>Wed, 19 Jun 2013 20:55:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16465#16465</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : Delta_Rich,Have you updated the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16464#16464</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 19-Jun-2013 at 8:37pm<br /><br />Delta_Rich,<div><br></div><div>Have you updated the config files?</div><div><br></div><div>You might want to take a look at:</div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/deploy-advanced-c&#111;nfigurati&#111;n" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/deploy-advanced-configuration</a></div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/deploy-n-tier-other-client" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/deploy-n-tier-other-client</a></div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/code-sample-custom-client-servicemodel" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-client-servicemodel</a></div>]]>
   </description>
   <pubDate>Wed, 19 Jun 2013 20:37:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16464#16464</guid>
  </item> 
  <item>
   <title>SSL &amp; https - Deployment not finding EntityService.svc/sl : My application runs fine when...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16462#16462</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1303" rel="nofollow">Delta_Rich</a><br /><strong>Subject:</strong> 4187<br /><strong>Posted:</strong> 19-Jun-2013 at 8:07pm<br /><br />My application runs fine when accessed via http:// and https://. Once I set the application in IIS to "Requires SSL" I get errors.<br /><br />In the app it displays <br />"There is no endpoint on https://www.xxx.com/dev_test/EntityService.svc/sl ....."<br /><br /><br />In the Event logs on the server it is :-<br />WebHost failed to process a request.<br /> Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/20411271<br /> Exception: System.ServiceModel.ServiceActivationException: The service '/Dev_Test/EntityService.svc' cannot be activated due to an exception during compilation.  The exception message is: The HttpGetEnabled property of ServiceMetadataBehavior is set to true and the HttpGetUrl property is a relative address, but there is no http base address.  Either supply an http base address or set HttpGetUrl to an absolute address.. ---&gt; System.InvalidOperationException: The HttpGetEnabled property of ServiceMetadataBehavior is set to true and the HttpGetUrl property is a relative address, but there is no http base address.  Either supply an http base address or set HttpGetUrl to an absolute address.<br />&nbsp;&nbsp;&nbsp;at .....<br /><br /><br /><br />My app (modelled from the template) Global.asax has :<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.Hosting.HostingEnvironment.RegisterVirtualPathProvider(new IdeaBlade.EntityModel.Web.ServiceVirtualPathProvider());<br /><br /><br />What do I need to do get this behaving correctly, please?<span style="font-size:10px"><br /><br />Edited by Delta_Rich - 19-Jun-2013 at 8:08pm</span>]]>
   </description>
   <pubDate>Wed, 19 Jun 2013 20:07:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4187&amp;PID=16462#16462</guid>
  </item> 
 </channel>
</rss>