<?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 : Issues Setting up BOS on IIS</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Issues Setting up BOS on IIS</description>
  <pubDate>Tue, 28 Apr 2026 04:47:41 -700</pubDate>
  <lastBuildDate>Thu, 22 Jan 2009 13:03:59 -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=1065</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>Issues Setting up BOS on IIS : Found the issue with the missing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3825#3825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=432" rel="nofollow">stevepro</a><br /><strong>Subject:</strong> 1065<br /><strong>Posted:</strong> 22-Jan-2009 at 1:03pm<br /><br />Found the issue with the missing .svc <DIV>&nbsp;</DIV><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2><P>serviceName</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>EntityService.svc</FONT></FONT><FONT size=2>" I had only <FONT color=#ff0000 size=2><FONT color=#ff0000 size=2></P><P>serviceName</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>EntityService</FONT></FONT><FONT size=2>"</P><DIV></DIV><P>&nbsp;</P><P>Duhhhhh...</FONT></FONT></P>]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 13:03:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3825#3825</guid>
  </item> 
  <item>
   <title>Issues Setting up BOS on IIS : Check your client-side config...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3824#3824</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> 1065<br /><strong>Posted:</strong> 22-Jan-2009 at 1:03pm<br /><br />Check your client-side config file for the &lt;objectServer&gt; entry:&nbsp; you need to ensure it's correct for your service location.&nbsp; The serviceName attribute should include your application / virtual directory name plus "EntityService.svc".&nbsp;&nbsp; <DIV>&nbsp;</DIV><DIV>Here's an example:</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;objectServer isDistributed="true" </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remoteBaseURL="<a href="http://localhost" target="_blank">http://localhost</A>"</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serverPort="80"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serviceName="MyApp/EntityService.svc"&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<BR></DIV><DIV>Also, are you using https or is that a typo?&nbsp; I would first try getting standard http communications working without adding SSL to the mix.&nbsp;&nbsp; If using SSL, you may also need to use a client-side serviceModel configuration to ensure communications are configured correctly.&nbsp; But again, first try the out-of-the-box configuration to get these other problems worked out.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 13:03:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3824#3824</guid>
  </item> 
  <item>
   <title>Issues Setting up BOS on IIS : Thanks for the Reply   Below...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3823#3823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=432" rel="nofollow">stevepro</a><br /><strong>Subject:</strong> 1065<br /><strong>Posted:</strong> 22-Jan-2009 at 12:21pm<br /><br />Thanks for the Reply<DIV></DIV><DIV>&nbsp;</DIV><DIV>Below are a couple entries from the client log</DIV><DIV>&nbsp;</DIV><DIV>Unable to connect to <a href="https://mydomain.com/EntityService" target="_blank">https://mydomain.com/EntityService</A></DIV><DIV>System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at <a href="https://mydomain.com/EntityService" target="_blank">https://mydomain.com/EntityService</A> </DIV><DIV>&nbsp;</DIV><DIV>Seems as if it it missing the .svc extension when the URL is created on the client. The file EntityService.svc does exist in the root of the web.</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 12:21:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3823#3823</guid>
  </item> 
  <item>
   <title>Issues Setting up BOS on IIS : 1) EntityServer created for DataSourceExtension:...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3822#3822</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> 1065<br /><strong>Posted:</strong> 22-Jan-2009 at 11:31am<br /><br /><DIV><FONT color=#000000>1) </FONT><FONT color=#0000ff>EntityServer created for DataSourceExtension: &#091;None&#093;</FONT></DIV><DIV>&nbsp;</DIV><DIV>An EntityServer is created for each data source extension used.&nbsp; You use a data source extension when you construct an EntityManager - by default the extension is null (none).&nbsp;&nbsp; I see that we've unfortunately omitted the discussion of data source keys and extensions from our current documentation, but in brief an&nbsp;extension allows you to target an alternate set of EdmKeys at runtime;&nbsp;DevForce uses both the data source key name associated with each Entity and the data source extension provided with the EntityManager to resolve the actual EdmKey used to access the data source.</DIV><DIV>&nbsp;</DIV><DIV>2) <FONT color=#0000ff>I am not sure what EntityService*.svc is. What does the * represent. I assume Data Extension Name. Where is that found and how can I configure that. The /IIS Files has samples but they are not clear at least to me. Is the final file name supposed to be EntityServiceMYAPP.svc or just MYAPP.svc?</FONT></DIV><DIV>&nbsp;</DIV><DIV>You should always just have one EntityService.svc file - the EntityService is kind of a gateway to the EntityServers.&nbsp; You'll need an EntityServer_XXX.svc for each of the data source extensions used.&nbsp; If you don't use any extensions, then only EntityServer.svc is needed.&nbsp; If you use an extension of "Dev" for example, then you'll need an EntityServer_Dev.svc.</DIV><DIV>&nbsp;</DIV><DIV>3) <FONT color=#0000ff>Unable to connect to </FONT><a href="http://domain.com/EntityService" target="_blank"><FONT color=#0000ff>http://domain.com/EntityService</FONT></A></DIV><DIV>&nbsp;</DIV><DIV>Since you're hosting the BOS in IIS, the client URL should be resolved to something like <a href="http://domain.com/EntityService.svc" target="_blank">http://domain.com/EntityService.svc</A> or <a href="http://domain.com/MyVRoot/EntityService.svc" target="_blank">http://domain.com/MyVRoot/EntityService.svc</A>.&nbsp; The URL is formed using information&nbsp;from the client's &lt;objectServer&gt; element in the ideaBlade.v4 configuration section.&nbsp; The client log file should also indicate how it determined that address - i.e., using the ideaBlade configuration or serviceModel configuration.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 11:31:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3822#3822</guid>
  </item> 
  <item>
   <title>Issues Setting up BOS on IIS : Let me preface this with the fact...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3820#3820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=432" rel="nofollow">stevepro</a><br /><strong>Subject:</strong> 1065<br /><strong>Posted:</strong> 22-Jan-2009 at 6:43am<br /><br /><DIV>Let me preface this with the fact I have been setting up IIS servers for several years in classic ASP and ASP.Net in Particular I have written and deployed 3 WCF Services hosted in IIS and&nbsp;taken Juval Lowys WCF class but I am new to IB EF and am setting this up for other members of the company.</DIV><DIV>&nbsp;</DIV><DIV>Setting up the IIS Server:</DIV><DIV>&nbsp;</DIV><DIV>I can access EntityServer.svc and EntityService.svc with a Browser both with HTTP and HTTPS. The log file is written and all messaging seems to be ok except </DIV><DIV>&nbsp;</DIV><DIV><FONT color=#000000>EntityServer created for DataSourceExtension: &#091;None&#093;</FONT></DIV><DIV>&nbsp;</DIV><DIV>I am not sure what EntityService*.svc is. What does the * represent. I assume Data Extension Name. Where is that found and how can I configure that. The /IIS Files has samples but they are not clear at least to me. Is the final file name supposed to be EntityServiceMYAPP.svc or just MYAPP.svc?</DIV><DIV>&nbsp;</DIV><DIV>Also on the client I get a message:</DIV><FONT size=2><P>Unable to connect to <a href="http://domain.com/EntityService" target="_blank">http://domain.com/EntityService</A></P><DIV></DIV><DIV>Seems like the client is only specifying a sub-folder of the specified remoteBaseUrl. I have the files in the root of the web. When I create a&nbsp; sub-folder named EntityService and place the *.scv files in it&nbsp;get the same error with the InnerException "The remote server returned an unexpected response: (405) Method Not Allowed." the browser works here also.</DIV><DIV>&nbsp;</DIV><DIV>If I remove the sub-folder the Inner Exception is:</DIV><DIV>"There was no endpoint listening at <a href="https://domain.com/EntityService" target="_blank">https://domain.com/EntityService</A> that could accept the message"</DIV><DIV>Since the Endpoint is not configurable in the web.config I wonder if your documentation is missing something.</DIV><DIV>&nbsp;</DIV><DIV>Probably I am missing something.</DIV><DIV>&nbsp;</DIV><DIV>I have another WCF service running on the same machine in another Web Site so WCF is setup properly.</DIV><DIV>&nbsp;</DIV><DIV>TIA</FONT></DIV>]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 06:43:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1065&amp;PID=3820#3820</guid>
  </item> 
 </channel>
</rss>