<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[Lesson 4:] Understanding Web Application State</title><link>http://asp.net</link><pubDate>Sat, 13 Sep 2008 00:12:23 GMT</pubDate><generator>umbraco</generator><description>Comments for [Lesson 4:] Understanding Web Application State</description><language>en</language><atom:link href="http://asp.net/rss/comments/33854" rel="self" type="application/rss+xml" /><item><title>Comment Posted by charlescva</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 25 Mar 2008 10:57:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003781</guid><description><![CDATA[ <p>i recieve the following error when using C# to follow this tutorial.</p> <p>App_Code.cy2wsazk.0.cs</p> <p>// &lt;auto-generated&gt;</p> <p>// &#160; &#160; This code was generated by a tool.</p> <p>// &#160; &#160; Runtime Version:2.0.50727.1433</p> <p>//</p> <p>// &#160; &#160; Changes to this file may cause incorrect behavior and will be lost if</p> <p>// &#160; &#160; the code is regenerated.</p> <p>// &lt;/auto-generated&gt;</p> <p>...</p> <p> &#160; &#160;public virtual string MyNewProperty {</p> <p> &#160; &#160; &#160; &#160;get {</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;return ((string)(this.GetPropertyValue(&quot;MyNewProperty&quot;)));</p> <p> &#160; &#160; &#160; &#160;}</p> <p> &#160; &#160; &#160; &#160;set {</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;****this.SetPropertyValue(&quot;MyNewProperty&quot;, value);**** Unable to connect to SQL Server database.</p> <p> &#160; &#160; &#160; &#160;}</p> <p> &#160; &#160;}</p> <p>I do not understand. &#160; I started a new webpage and followed the directions explicitly. &#160;i do not understand why i am getting this error.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/charlescva.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by prophetpius</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Thu, 27 Mar 2008 13:38:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003782</guid><description><![CDATA[ <p>&quot;Unable to connect to SQL Server Database&quot; Check to confirm that the sql service is runnig, also confirm that u specified the correct database name in ur connection string</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/prophetpius.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by prophetpius</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Thu, 27 Mar 2008 13:39:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003783</guid><description><![CDATA[ <p>Please how were u able to download this video??????????????</p> <p>when i click the download link it does not respond</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/prophetpius.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by wleearmitage</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Thu, 27 Mar 2008 23:52:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003784</guid><description><![CDATA[ <p>I am following along with the VB version and am doing exaclty what is being done in the video. When I get to about 26 minutes we add the following lines to the web.config file:</p> <p>&lt;anonymousIdentification enabled=&quot;true&quot;/&gt;</p> <p>&lt;profile enabled=&quot;true&quot;&gt;</p> <p> &#160; &#160; &lt;properties&gt;</p> <p> &lt;add name=&quot;MyNewProperty&quot; allowAnonymous=&quot;true&quot;/&gt;</p> <p> &#160; &#160; &lt;/properties&gt;</p> <p>&lt;/profile&gt;</p> <p>When I added this code and ran the project, I get an error saying it cannot find the SQL Server. Up to this point the project has been running fine. And no use of a SQL server has been used.</p> <p>Any Help?</p> <p>Lee Armitage </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/wleearmitage.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by romulusc</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Wed, 02 Apr 2008 07:45:46 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003785</guid><description><![CDATA[ <p>Hi,</p> <p>Check out this link: &lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx&quot;&gt;weblogs.asp.net/.../423703.aspx&lt;/a&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/romulusc.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by romulusc</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Wed, 02 Apr 2008 07:50:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003786</guid><description><![CDATA[ <p>And this links about Profile Providers: &lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://msdn2.microsoft.com/en-us/library/014bec1k.aspx&quot;&gt;msdn2.microsoft.com/.../014bec1k.aspx&lt;/a&gt; </p> <p>&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://msdn2.microsoft.com/en-us/magazine/cc163457.aspx&quot;&gt;msdn2.microsoft.com/.../cc163457.aspx&lt;/a&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/romulusc.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by SATAGE</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 15 Apr 2008 10:30:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003787</guid><description><![CDATA[ <p>nice to me i try to see </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/SATAGE.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Yankee</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Thu, 17 Apr 2008 16:51:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003788</guid><description><![CDATA[ <p>finally a full screen option online. so no download :D</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Yankee.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Manmadhan</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Thu, 17 Apr 2008 19:34:33 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003789</guid><description><![CDATA[ <p>Can be pretty slow in rushing all page objects. </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Manmadhan.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Soha.Jawabreh</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Fri, 25 Apr 2008 13:09:18 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003790</guid><description><![CDATA[ <p>useful video but i felt that I’m lost coz of the too many objects are being used :(</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Soha.Jawabreh.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by turner03</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Fri, 09 May 2008 15:00:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003791</guid><description><![CDATA[ <p>I followed the links... and when i got to Step 3, i got confused... does anyone know where you open this?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/turner03.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by turner03</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 13 May 2008 11:10:53 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003792</guid><description><![CDATA[ <p>got it now!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/turner03.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by imarash</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Fri, 16 May 2008 12:34:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003793</guid><description><![CDATA[ <p>So which one is better to use for websites with higher traffic?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/imarash.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dragby</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 03 Jun 2008 05:51:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003794</guid><description><![CDATA[ <p>Hi Arash,</p> <p>As I understand it after watching the video, if a web site experiences heavy traffic, using Viewstate consumes bandwidth whearas using the session object consumes server memory. The alternative is to create a profile object in the web.config file which stores the information in a database, xml-file or wherever you designate. </p> <p>If anyone gets an &quot;Unable to connect to SQL Server Database&quot; problem when referencing the profile object, then it could be because they did what I did. I deselected installing the &quot;SQL Server Enterprise Edition (or whatever it&#39;s called) when installing Visual Web Developer. (I did so because I already had SQL Server installed on my machine.) I went to the download site and installed it. At first it didn&#39;t work, but later on (I guess after a restart of VWD) I no longer have this problem.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/dragby.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dragby</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 03 Jun 2008 07:39:45 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003795</guid><description><![CDATA[ <p>... actually I do still get an SQL error, but this seems to be due to a time out. </p> <p>If i run the application a second time, so things load faster, then it works ok.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/dragby.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by AdamBies</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 17 Jun 2008 09:29:33 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003796</guid><description><![CDATA[ <p>At 31:46 in the video, the Label does not populate with the value from the URL string when he runs the page application. &#160;I sat here trying to figure it out myself having paused the video before I realized it did not work for the guy in the video either.</p> <p>How come the guy just moves on to the next topic even though the code obviously didn&#39;t work when he ran the page without trying to fix it or explain why it didn&#39;t work for him either?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/AdamBies.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by AdamBies</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 17 Jun 2008 09:53:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003797</guid><description><![CDATA[ <p>Nevermind. &#160;I see that he re-traces the steps and see why it wasn&#39;t working. &#160;Would have been nice to edit that one part out to avoid confusion LOL... &#160;Great videos though overall. &#160;I am learning a lot more from these than other resources online.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/AdamBies.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Bingobuddha</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Tue, 17 Jun 2008 16:35:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003798</guid><description><![CDATA[ <p>Got to say I am extremely happy with the videos and the fact this is a free application is a great bonus. I think the presenter of the vids is good for my style of learning and after running through only up to lesson 4 feel really comfortable with it all. V well done and thanks MS ( for a change lol ).</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Bingobuddha.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by abelanet</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Wed, 02 Jul 2008 07:33:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003799</guid><description><![CDATA[ <p>Good lesson - I am enjoying all this series</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/abelanet.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by IsrarAli</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Wed, 23 Jul 2008 07:57:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003800</guid><description><![CDATA[ <p>thanks a lot</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/IsrarAli.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cv_vikram</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Fri, 08 Aug 2008 09:21:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003801</guid><description><![CDATA[ <p>Its a good tutorial thanks....</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by SALADINE</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Sun, 17 Aug 2008 06:58:21 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003802</guid><description><![CDATA[ <p>good article thank you</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/SALADINE.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by viki4u</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Sat, 30 Aug 2008 16:07:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003803</guid><description><![CDATA[ <p>i want to create a form and insert a data in database </p> <p>and read it in next page pls help me?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/viki4u.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by susmitadeb</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Thu, 11 Sep 2008 05:25:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003804</guid><description><![CDATA[ <p>Hi ,</p> <p> &#160; &#160;Nice video.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/susmitadeb.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rajar32</title><link>http://asp.net/web-forms/videos/building-20-applications/lesson-4-understanding-web-application-state</link><pubDate>Sat, 13 Sep 2008 00:12:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003805</guid><description><![CDATA[ <p>Awesome...</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/rajar32.jpg?forceidenticon=false&amp;dt=635050746600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>