<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Membership Provider access through WCF web service in Silverlight 2</title><link>http://forums.silverlight.net/forums/thread/113244.aspx</link><pubDate>Mon, 20 Oct 2008 09:12:38 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:113244</guid><dc:creator>kfekete</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/113244.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=113244</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;All,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve implemented my own membership provider using System.Web.Security.MembershipProvider. I want to access the CreateUser method via my WCF Service, but I get every time exceptions. On client (Silverlight) side Exception &amp;quot;File not found&amp;quot;, on the server side &amp;quot;The ConnectionString property has not been initaliazed&amp;quot; or &amp;quot;The membership provider name is invalid&amp;quot; etc.. It&amp;#39;s clear for me, because my own provider is implemented into a separate class libary, and don&amp;#39;t get a configuration settings via WCF from Silverlight app. My question is then, how can I do that? How can I &amp;quot;send&amp;quot; the configuration settings via WCF? Is it required to implement security certificate by all? Is this a good way to using membership in Silverlight?&lt;/p&gt;
&lt;p&gt;Thanks for your help,&lt;/p&gt;
&lt;p&gt;Christian from Hungary&lt;/p&gt;</description></item><item><title>Re: Membership Provider access through WCF web service in Silverlight 2</title><link>http://forums.silverlight.net/forums/thread/99445.aspx</link><pubDate>Mon, 29 Sep 2008 20:33:58 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:99445</guid><dc:creator>ckiszka@msn.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/99445.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=99445</wfw:commentRss><description>&lt;p&gt;Thanks for your reply. That is exactly what I am doing now. I was just hoping for a faster solution without duplicate code. Now that I know someone else is doing it I feel better. &lt;img src="http://silverlight.net/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Membership Provider access through WCF web service in Silverlight 2</title><link>http://forums.silverlight.net/forums/thread/99444.aspx</link><pubDate>Mon, 29 Sep 2008 20:21:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:99444</guid><dc:creator>scindy</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/99444.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=99444</wfw:commentRss><description>&lt;p&gt;The authentication service does not expose all of its methods. In our project we created our own service that calls the extended authentication service. It is duplicating code but at least we can expand it and make it do extra work. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Membership Provider access through WCF web service in Silverlight 2</title><link>http://forums.silverlight.net/forums/thread/99324.aspx</link><pubDate>Mon, 29 Sep 2008 17:17:38 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:99324</guid><dc:creator>ckiszka@msn.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/99324.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=99324</wfw:commentRss><description>&lt;p&gt;Thanks Ken but I already have these services. I wanted a way to expose some of the mebership provider/membership user&amp;nbsp;functions like &amp;quot;CreateUser&amp;quot;, &amp;quot;ResetPassword&amp;quot; and so forth. These are not avalible in the Authenticate, Profile and Role services.&lt;/p&gt;
&lt;p&gt;Right now I am thinking I will have to create a service that implements these methods, duplicate code. I mean if the methods already exist in the membership provider, I did not want to recreate the methods in the Silverlight enabled&amp;nbsp;WCF service. Is thier a better way?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Membership Provider access through WCF web service in Silverlight 2</title><link>http://forums.silverlight.net/forums/thread/99317.aspx</link><pubDate>Mon, 29 Sep 2008 16:53:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:99317</guid><dc:creator>Ken Tucker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/99317.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=99317</wfw:commentRss><description>&lt;a href="http://blogs.msdn.com/brada/archive/2008/06/08/silverlight-roles-profile-and-authentication-example-updated-for-silverlight-beta2-now-with-visual-state-manager-vsm-goodness.aspx"&gt;http://blogs.msdn.com/brada/archive/2008/06/08/silverlight-roles-profile-and-authentication-example-updated-for-silverlight-beta2-now-with-visual-state-manager-vsm-goodness.aspx&lt;/a&gt;</description></item><item><title>Membership Provider access through WCF web service in Silverlight 2</title><link>http://forums.silverlight.net/forums/thread/99218.aspx</link><pubDate>Mon, 29 Sep 2008 14:40:53 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:99218</guid><dc:creator>ckiszka@msn.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/99218.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=99218</wfw:commentRss><description>&lt;p&gt;Hello Everyone,&lt;/p&gt;
&lt;p&gt;I have created an Authentication and Profile WCF Service. These services are hosted in IIS.&amp;nbsp;Everything works great but I am still lacking a lot of functionality. I want more than just authenticate. If I use the Membership provider in an asp.net website I get all the methods that I am looking for, create user, delete user, reset password and so forth. Is there way to expose these methods&amp;nbsp;as a WCF service?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;</description></item></channel></rss>