<?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 : Help needed with web.config</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2012 : Help needed with web.config</description>
  <pubDate>Sat, 11 Apr 2026 17:54:16 -700</pubDate>
  <lastBuildDate>Fri, 25 Jan 2013 08:27:11 -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=3945</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>Help needed with web.config : For somewhat obscure legacy reasons,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3945&amp;PID=15717#15717</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> 3945<br /><strong>Posted:</strong> 25-Jan-2013 at 8:27am<br /><br />For somewhat obscure legacy reasons, the application name should be specified in the serviceName and the remoteBaseURL should contain only the ip/machine name.  <br /><br /> RemoteBaseURL="http://localhost" serviceName="VisSolutionsWebServer/EntityService.svc"]]>
   </description>
   <pubDate>Fri, 25 Jan 2013 08:27:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3945&amp;PID=15717#15717</guid>
  </item> 
  <item>
   <title>Help needed with web.config : I have a wpf n-tier application...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3945&amp;PID=15714#15714</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=945" rel="nofollow">mseeli</a><br /><strong>Subject:</strong> 3945<br /><strong>Posted:</strong> 25-Jan-2013 at 5:44am<br /><br />I have a wpf n-tier application made from the standard DevForce template. It is currently using the IIS-Express 7 and is working fine.<div><br></div><div>the webconfig and the app.config look like this:</div><div><br></div><div><br></div><div>Web.Config: (no changes to the one provided by the template except the addition of hte httpRunntime targetFramework</div><div><br></div><div><div>&nbsp; &lt;system.web&gt;</div><div>&nbsp; &nbsp; &lt;httpRuntime targetFramework="4.5" /&gt;</div><div>&nbsp; &nbsp; &lt;compilation&gt;</div><div>&nbsp; &nbsp; &nbsp;<span style="line-height: 1.4;">&nbsp; &nbsp;&lt;assemblies&gt;</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;/assemblies&gt;</div><div>&nbsp; &nbsp; &lt;/compilation&gt;</div><div>&nbsp; &lt;/system.web&gt;</div></div><div><br></div><div>The app.config is also standard an looks like this:</div><div><br></div><div><div>&nbsp; &nbsp; &lt;objectServer remoteBaseURL="http://localhost" serverPort="50372" serviceName="EntityService.svc" &gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;clientSettings isDistributed="true" /&gt;</div><div>&nbsp; &nbsp; &lt;/objectServer&gt;</div></div><div><br></div><div>I would like to move it form IIS-Express to the IIS (in a virtual directory)</div><div><br></div><div>In Visual Studio I can see the following path:</div><div><br></div><div>http://localhost/VisSolutionsWebServer &nbsp;&nbsp;</div><div><br></div><div>I thus changed the app.config as follows:</div><div><br></div><div><br></div><div><div>&nbsp; &nbsp; &lt;objectServer remoteBaseURL="http://localhost/VisSolutionsWebServer" serviceName="EntityService.svc" &gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;clientSettings isDistributed="true" /&gt;</div><div>&nbsp; &nbsp; &lt;/objectServer&gt;</div></div><div><br></div><div>When I start the application I get the following error:</div><div><br></div><div>on the statement:</div><div><br></div><div>await &nbsp;Authenticator.Instance.LoginAsync();</div><div><br></div><div>With the message:&nbsp;"http://localhost/VisSolutionsWebServer/VisSolutionsWebServer/EntityServer.svc could not be activated.</div><div><br></div><div>It seems to me that the above address is wrong it should be:</div><div>http://localhost/VisSolutionsWebServer/EntityServer.svc</div><div><br></div><div>But I have no idea where the wrong address comes from or how I could change it.</div><div>What am I doing wrong?</div><div><br></div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 25 Jan 2013 05:44:16 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3945&amp;PID=15714#15714</guid>
  </item> 
 </channel>
</rss>