<?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 : Login Security Issue</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Login Security Issue</description>
  <pubDate>Sat, 11 Apr 2026 17:07:09 -700</pubDate>
  <lastBuildDate>Sat, 04 Apr 2009 20:53:14 -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=1190</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>Login Security Issue : A TargetInvocationException wraps...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4300#4300</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> 1190<br /><strong>Posted:</strong> 04-Apr-2009 at 8:53pm<br /><br /><P>A TargetInvocationException wraps another, more meaningful, exception, so I really don't know what has happened here.&nbsp; My guess is that you don't have a BOS running - you need to host it in IIS, or the ServerConsole or ServerService.</P><P>Please take a look at the Learning Units and Developer Guide to get a better understanding of these DevForce features.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sat, 04 Apr 2009 20:53:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4300#4300</guid>
  </item> 
  <item>
   <title>Login Security Issue : thx kimj,   now i set isDistributed...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4295#4295</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1190<br /><strong>Posted:</strong> 04-Apr-2009 at 3:07pm<br /><br />thx kimj, <DIV>&nbsp;</DIV><DIV>now i set isDistributed into true, but there is another bug appear. not sure how to fix. </DIV><DIV>&nbsp;</DIV><DIV><img src="uploads/454/EntityManagerError.png" height="332" width="862" border="0" /></DIV>]]>
   </description>
   <pubDate>Sat, 04 Apr 2009 15:07:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4295#4295</guid>
  </item> 
  <item>
   <title>Login Security Issue : You have no client vs. server...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4293#4293</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> 1190<br /><strong>Posted:</strong> 04-Apr-2009 at 10:02am<br /><br />You have no client vs. server sides here.&nbsp;&nbsp; This tag:<DIV>&nbsp;</DIV><DIV>&nbsp; &nbsp; &lt;objectServer isDistributed="<strong>false</strong>" .../&gt;</DIV><DIV>&nbsp;</DIV><DIV>indicates that you are not using a BOS, which means that the ConsoleApplication does need to have the Server assembly available to it since everything is running on a single tier.</DIV>]]>
   </description>
   <pubDate>Sat, 04 Apr 2009 10:02:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4293#4293</guid>
  </item> 
  <item>
   <title>Login Security Issue : Hi kimj   we are using N-tier...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4285#4285</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1190<br /><strong>Posted:</strong> 03-Apr-2009 at 11:54pm<br /><br />Hi kimj <DIV>&nbsp;</DIV><DIV>we are using N-tier mode, so 'Server' project should be in the Server side, which contains 'LoginManager' which is an implementation of IEntityLoginManager. the pic below shows the code of 'LoginManager'.</DIV><DIV><img src="uploads/454/loginManager.png" height="515" width="884" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>Secondly I have already set 'LoginManagerRequired' into 'true' and add 'Server' project into the assembly list.</DIV><DIV><img src="http://www.ideablade.com/forum/uploads/454/c&#111;nfigfile.png" height="309" width="738" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>there is no problem of this program, but only&nbsp;the issue is that&nbsp;in the client side, i must import 'Server' project to run the application, without this reference, bugs will occur. But I don't think 'Server' project should be included in the client side.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 03 Apr 2009 23:54:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4285#4285</guid>
  </item> 
  <item>
   <title>Login Security Issue : If you are not running in n-tier...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4271#4271</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> 1190<br /><strong>Posted:</strong> 03-Apr-2009 at 10:37am<br /><br />If you are not running in n-tier mode - i.e., you are not running a BOS from either IIS or the ServerConsole or ServerService hosts - then the Login call will be made on the "client" and DevForce will probe for an IEntityLoginManager implementation.&nbsp; Your app.config has the loginManagerRequired property set to "true", which tells DevForce to throw if an IEntityLoginManager is not found.&nbsp; The &lt;probeAssemblyNames&gt; element should contain the name of the assembly where the implementation can be found.&nbsp; If you don't want to use a LoginManager when running without a BOS, then modify the app.config in addition to removing the&nbsp;reference to "Server".]]>
   </description>
   <pubDate>Fri, 03 Apr 2009 10:37:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4271#4271</guid>
  </item> 
  <item>
   <title>Login Security Issue : I can succesffuly login in in...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4253#4253</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1190<br /><strong>Posted:</strong> 02-Apr-2009 at 10:01pm<br /><br />I can succesffuly login in in the condition of imporinting 'Server'project in the client side, which contains 'LoginManager' class.<br><img src="uploads/454/withServer.png" height="243" width="170" border="0" /><br>The third reference is the 'Server' project. once i import this, my program runs properly.<br><br>but once i remove it from the client side reference list.<br><img src="uploads/454/withoutServer.png" height="234" width="205" border="0" /><br><br>program will always have errors in the Server side. i have written 2 different programs, err are different since i removed 'Server' reference.<br><br>the first program's error<img src="uploads/454/withoutServerError.png" height="266" width="778" border="0" /><br><br>the second program's error<br><img src="uploads/454/loginManagerError.png" height="97" width="614" border="0" /><br><br>these two errors occur after i removed 'Server' project from the client side. once i add this reference, both of these 2 error will not occur. But 'Server' project which contains 'LoginManager.cs' shouldn't be imported in the client side I think.<br><br><br><br><br><br>]]>
   </description>
   <pubDate>Thu, 02 Apr 2009 22:01:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1190&amp;PID=4253#4253</guid>
  </item> 
 </channel>
</rss>