<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for peterkellner.net</title>
	<link>http://peterkellner.net</link>
	<description>Software Consultant Specializing in Community Based Applications</description>
	<pubDate>Mon, 12 May 2008 02:05:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Resetting Password with ASP.NET 2.0 Membership and Multiple Providers by Jerry</title>
		<link>http://peterkellner.net/2007/02/15/resetpasswordaspnet/#comment-46574</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Sun, 11 May 2008 04:35:05 +0000</pubDate>
		<guid>http://peterkellner.net/2007/02/15/resetpasswordaspnet/#comment-46574</guid>
		<description>After talking with Peter, and looking at his code again, it worked like a champ.  The part that kind of threw me for a loop was using the reset function as the old password.  Here is my code in VB. Keep in mind that my provider MembersAdmin is just for the admin section of the client's site.

Dim U As MembershipUser = Membership.Providers("MembersAdmin").GetUser(SUserName, False)
        If Not U Is Nothing Then
            U.ChangePassword(U.ResetPassword(), strPassword)
            txtPassword.Text = ""
            msgProgress.Text = "Password Changed"
        End If</description>
		<content:encoded><![CDATA[<p>After talking with Peter, and looking at his code again, it worked like a champ.  The part that kind of threw me for a loop was using the reset function as the old password.  Here is my code in VB. Keep in mind that my provider MembersAdmin is just for the admin section of the client&#8217;s site.</p>
<p>Dim U As MembershipUser = Membership.Providers(&#8221;MembersAdmin&#8221;).GetUser(SUserName, False)<br />
        If Not U Is Nothing Then<br />
            U.ChangePassword(U.ResetPassword(), strPassword)<br />
            txtPassword.Text = &#8220;&#8221;<br />
            msgProgress.Text = &#8220;Password Changed&#8221;<br />
        End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resetting Password with ASP.NET 2.0 Membership and Multiple Providers by Jerry</title>
		<link>http://peterkellner.net/2007/02/15/resetpasswordaspnet/#comment-46571</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Sun, 11 May 2008 02:49:12 +0000</pubDate>
		<guid>http://peterkellner.net/2007/02/15/resetpasswordaspnet/#comment-46571</guid>
		<description>Atomiton

I am in the same boat as Kenny.  I have a client that needs to be able to change a password for their user.  Sometimes it is like pulling teeth to get these guys to walk through the process.  So I set it up as above, but in order to change the password, I need old and new.  If i reset it, it will go to their email and it is lost.  So I figure my choices are like this.

1) change their email to the admins, fire the reset, get the new password.  Then change their email back, use the emailed password to change the password to what they wanted.

2) somehow reset the password and display it on the screen without actually mailing it.  Follow the second half of #1 and change to what they wanted.

3) Figure out how to hash the new password and store that result in the table with the salt key and bypass the provider.  Just do a straight stored procedure.

Any thought to point me in the right direction and maybe shoot holes in my thinking?  The biggest thing I need to be able to set the password to a password of my choosing, through an admin account.  Everything I can think of comes up messy.</description>
		<content:encoded><![CDATA[<p>Atomiton</p>
<p>I am in the same boat as Kenny.  I have a client that needs to be able to change a password for their user.  Sometimes it is like pulling teeth to get these guys to walk through the process.  So I set it up as above, but in order to change the password, I need old and new.  If i reset it, it will go to their email and it is lost.  So I figure my choices are like this.</p>
<p>1) change their email to the admins, fire the reset, get the new password.  Then change their email back, use the emailed password to change the password to what they wanted.</p>
<p>2) somehow reset the password and display it on the screen without actually mailing it.  Follow the second half of #1 and change to what they wanted.</p>
<p>3) Figure out how to hash the new password and store that result in the table with the salt key and bypass the provider.  Just do a straight stored procedure.</p>
<p>Any thought to point me in the right direction and maybe shoot holes in my thinking?  The biggest thing I need to be able to set the password to a password of my choosing, through an admin account.  Everything I can think of comes up messy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by Ben Hayat</title>
		<link>http://peterkellner.net/contact/#comment-46481</link>
		<dc:creator>Ben Hayat</dc:creator>
		<pubDate>Sat, 10 May 2008 07:18:10 +0000</pubDate>
		<guid>http://peterkellner.net/contact/#comment-46481</guid>
		<description>Hi Pete;

I was just reading Tim Sneath's Blog when I noticed your comment about how much memory consumption IE8 had shown. One of the things while developing SL apps, I'm trying to be very conscious about creating objects (i.e. User Controls) @ Runtime and releasing the memory as soon as I'm done with it. However, I'm using IE7 and I'm not sure in IE7, there is such a feature or not.

So, that's my question to you, is there such a feature in IE7 and how I can utilize it to see how my app is using memory?

Thanks!
..Ben</description>
		<content:encoded><![CDATA[<p>Hi Pete;</p>
<p>I was just reading Tim Sneath&#8217;s Blog when I noticed your comment about how much memory consumption IE8 had shown. One of the things while developing SL apps, I&#8217;m trying to be very conscious about creating objects (i.e. User Controls) @ Runtime and releasing the memory as soon as I&#8217;m done with it. However, I&#8217;m using IE7 and I&#8217;m not sure in IE7, there is such a feature or not.</p>
<p>So, that&#8217;s my question to you, is there such a feature in IE7 and how I can utilize it to see how my app is using memory?</p>
<p>Thanks!<br />
..Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating PBWiki with .Net Using the New PBWiki API, The Start of a .Net API by Tim</title>
		<link>http://peterkellner.net/2006/09/18/pbwikiapi/#comment-45631</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 02 May 2008 00:07:37 +0000</pubDate>
		<guid>http://peterkellner.net/2006/09/18/pbwikiapi/#comment-45631</guid>
		<description>Here's a similar but slightly more full featured pbwiki api wrapper, also in c#...

http://groups.google.com/group/pbwiki-api/browse_thread/thread/2b16c532f8b088ce</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a similar but slightly more full featured pbwiki api wrapper, also in c#&#8230;</p>
<p><a href="http://groups.google.com/group/pbwiki-api/browse_thread/thread/2b16c532f8b088ce" rel="nofollow">http://groups.google.com/group/pbwiki-api/browse_thread/thread/2b16c532f8b088ce</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by Chris Eargle</title>
		<link>http://peterkellner.net/contact/#comment-45552</link>
		<dc:creator>Chris Eargle</dc:creator>
		<pubDate>Thu, 01 May 2008 11:52:57 +0000</pubDate>
		<guid>http://peterkellner.net/contact/#comment-45552</guid>
		<description>Hello Peter,

Any news on Silicon Valley Code Camp 2008? Can you add me to the contact list for the call for speakers?

Thanks,
Chris</description>
		<content:encoded><![CDATA[<p>Hello Peter,</p>
<p>Any news on Silicon Valley Code Camp 2008? Can you add me to the contact list for the call for speakers?</p>
<p>Thanks,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by Graham Brodie</title>
		<link>http://peterkellner.net/contact/#comment-44990</link>
		<dc:creator>Graham Brodie</dc:creator>
		<pubDate>Sat, 26 Apr 2008 12:51:23 +0000</pubDate>
		<guid>http://peterkellner.net/contact/#comment-44990</guid>
		<description>I appear to be getting masses of SPAM and junk mail, and the source email appears to be at 73rdstreet.com
Maybe someone has hacked your site/email?

Regards
Graham Brodie</description>
		<content:encoded><![CDATA[<p>I appear to be getting masses of SPAM and junk mail, and the source email appears to be at 73rdstreet.com<br />
Maybe someone has hacked your site/email?</p>
<p>Regards<br />
Graham Brodie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Third Article Published on MSDN!  ASP.NET 2.0, Membership Meets Atlas by Anton</title>
		<link>http://peterkellner.net/2006/08/02/third-article-published-on-msdn-aspnet-20-membership-meets-atlas/#comment-44771</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 24 Apr 2008 15:36:34 +0000</pubDate>
		<guid>http://peterkellner.net/2006/08/02/third-article-published-on-msdn-aspnet-20-membership-meets-atlas/#comment-44771</guid>
		<description>Thanks. I have a problem where I get the following message
Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.


The initial page load is quick but any updates takes forever and times out 99.9% of the time.

Any Sugestions</description>
		<content:encoded><![CDATA[<p>Thanks. I have a problem where I get the following message<br />
Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.</p>
<p>The initial page load is quick but any updates takes forever and times out 99.9% of the time.</p>
<p>Any Sugestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set a Date Format In GridView Using ASP.NET 2.0(Using HtmlEncode Property) by Eric</title>
		<link>http://peterkellner.net/2006/05/24/how-to-set-a-date-format-in-gridview-using-aspnet-20using-htmlencode-property/#comment-44550</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 22 Apr 2008 20:27:20 +0000</pubDate>
		<guid>http://peterkellner.net/2006/05/24/how-to-set-a-date-format-in-gridview-using-aspnet-20using-htmlencode-property/#comment-44550</guid>
		<description>Thanks!  Exactly what I need.</description>
		<content:encoded><![CDATA[<p>Thanks!  Exactly what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Images with IIS7 in Vista or Windows 2008 by Shahmir Noorani</title>
		<link>http://peterkellner.net/2008/04/01/iis7imageproblem/#comment-44147</link>
		<dc:creator>Shahmir Noorani</dc:creator>
		<pubDate>Fri, 18 Apr 2008 04:48:51 +0000</pubDate>
		<guid>http://peterkellner.net/2008/04/01/iis7imageproblem/#comment-44147</guid>
		<description>Good find m8. Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Good find m8. Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Practices for Configuring ASP.NET ConnectionStrings and AppSettings in Web.Config by Vladimir Kelman</title>
		<link>http://peterkellner.net/2008/02/23/webconfigbestpractice/#comment-44014</link>
		<dc:creator>Vladimir Kelman</dc:creator>
		<pubDate>Wed, 16 Apr 2008 15:08:34 +0000</pubDate>
		<guid>http://peterkellner.net/2008/02/23/webconfigbestpractice/#comment-44014</guid>
		<description>Peter, my co-worker explained me that there is another and probably better (more secure) way to deal with connectionStrings (but not with appSettings!). You could remove connectionStrings from your application's web.config and add it to your machine's root web.config which is located under C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG</description>
		<content:encoded><![CDATA[<p>Peter, my co-worker explained me that there is another and probably better (more secure) way to deal with connectionStrings (but not with appSettings!). You could remove connectionStrings from your application&#8217;s web.config and add it to your machine&#8217;s root web.config which is located under C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG</p>
]]></content:encoded>
	</item>
</channel>
</rss>
