why can't I include/see my own images?http://forums.asp.net/t/1357653.aspx/1?why+can+t+I+include+see+my+own+images+Thu, 11 Dec 2008 01:11:56 -050013576532791351http://forums.asp.net/p/1357653/2791351.aspx/1?why+can+t+I+include+see+my+own+images+why can't I include/see my own images? <p>&nbsp;I created a new row for the products table. But when I put in my image, I can't see it on the ShowDepartments, Showproduct or browseproducts pages. I do see it if I click on the Filter &quot;all departments&quot; on the browseproducts page and then when I click on the image to show larger image. But how do I get it on the ShowDepartments page?</p> <p>Rae <br> </p> 2008-12-07T17:43:13-05:002793278http://forums.asp.net/p/1357653/2793278.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? The ShowDepartments page doesn't show pictures of products at all. It only shows pictures of departments.<br> 2008-12-08T14:51:32-05:002793793http://forums.asp.net/p/1357653/2793793.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;Ok. I think I figured out what I was doing wrong. So now&nbsp; I can see my images. I added them to the projects store folder, then the ~image url to the database where I added my product.</p> <p>&nbsp; Hi Lee:</p> <p>(Like your blog! ) [Yes]<br> </p> <p>I wanted to add a department ID. Can I do that without messing up the structure of the existing database? It only has 2 set and when I try adding a new one, the pages don't display it unless I click show ALL departments. I tried created a department # 3, &quot;Books&quot;. Books shows up in the drop down list but if I click Books, it doesn't display any items. If I click display all depts., then it shows. I figure it must be because I didn't properly add a new dept. <br> </p> <p>&nbsp;Rachel <br> </p> 2008-12-08T19:13:28-05:002793883http://forums.asp.net/p/1357653/2793883.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;I suspect you have to add some products to the Books department. That way, when you chose books in the ShowProducts page, it will show the products from the Books department.</p> <p>The way you add products to the Books department is to go to the Manage Products page, add a product, and select Books as the department. <br> </p> 2008-12-08T19:53:57-05:002794050http://forums.asp.net/p/1357653/2794050.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;Thanks but I did. But I guess I didn't do it correctly. </p> edit:<br> I think i got it now.<br> <p>Rachel <br> </p> <p>&nbsp;</p> 2008-12-08T21:37:49-05:002794435http://forums.asp.net/p/1357653/2794435.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;Yes, to insert a new product, department, etc. make sure you use the interface that is provided by the application, and not by issuing direct commands against the db...</p> <p>The credentials are Name: admin Password: admin<br> </p> 2008-12-09T02:42:07-05:002795907http://forums.asp.net/p/1357653/2795907.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>Thanks again but I wasn't sure up until you mentioned this, how to do that. I just now logged in as administrator and I see there is an edit view! I will play with that now and see what all I can do! That's great. Silly me! [:&#36;]<br> </p> <p>The Readme file said to be sure to change the Admin name or password.<br> </p> <p>&nbsp;Where do I change that? Do I change just the password or the name Admin too? <br> </p> <p>&nbsp;(Yesterday, I finally got the new department ID added to the project and my product properly added by doing an insert procedure on the Department table, and *then* the product table, from the SQL Express,&nbsp; Management Studio. I didn't see where/how to do it in the project. My books for the project haven't come in yet. )</p> <p>&nbsp;Rachel <br> </p> 2008-12-09T14:35:06-05:002796018http://forums.asp.net/p/1357653/2796018.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;If you are logged in, you can go to the My Profile link in the upper right corner to change your password, just like most web sites have.</p> <p>You won't be able to change the name, only the password.</p> <p>If you are logged in as an Administrator, you will be able to edit details for other users, too, from the ManageUsers page. <br> </p> 2008-12-09T15:13:24-05:002796069http://forums.asp.net/p/1357653/2796069.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;How many characters should I use for my password and is that encrypted? I'm wondering how easy it would be for someone to figure out how to log in to one's account?</p> <p>Rachel <br> </p> 2008-12-09T15:31:56-05:002796281http://forums.asp.net/p/1357653/2796281.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;The password is encrypted in the database, so no worries there (but of course, it could be sniffed over the wire unless you're using SSL).</p> <p>The number of characters required is 5, but that number is configurable in the membership provider in web.config.</p> <p>Although this isn't done in this application, you can also require a minimum number of non-alpha-numeric characters as well. That forces users to choose strong passwords, which are harder to crack.<br> </p> 2008-12-09T17:09:48-05:002799429http://forums.asp.net/p/1357653/2799429.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;In the course of trying to get the email to work, I have apparently done something to cause a new problem:</p> <p>Now when I try to create a new user/register, no matter what password I try to create, I get a pop up error stating that the password must be 5 characters in length. And it is! I'm using letters numbers and symbols, total of at least 5 and it still pops up no matter what I try and gives that same message.&nbsp;</p> <p>I'm almost ready to delete the project and start fresh but wondered what could be causing this to happen. All I did was change the email name in the web config file.</p> <p>&nbsp;Rae</p> <p>&nbsp;</p> 2008-12-10T19:32:33-05:002799491http://forums.asp.net/p/1357653/2799491.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;That certainly is weird. Have you checked the validation expression for the RegularExpressionValidator for that field? It should be &quot;\w{5,}&quot;</p> <p>P.S. By the way, you should post <i>new </i>questions in a <i>new </i>thread, rather than posting at the end of an unrelated thread, so that others in the future who may have the same issue can follow it. <br> </p> 2008-12-10T20:10:49-05:002799584http://forums.asp.net/p/1357653/2799584.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;yes, it is &quot;\w{5,}&quot;</p> <p>I don't know what in the world I could have done to cause that. I'm just going to start over since I can't get rid of it and there are too many other things I'm trying to learn and resolve. It seems to be some problem with that particular control.&nbsp; Maybe it got corrupted somehow.<br> </p> <p>&nbsp;I actually didn't mean to post this hear. I'm so scattered with my various issues I kind got lost as to where I was.&nbsp;[:S]</p> <p>thanks,&nbsp; <br> </p> <p>Rae</p> <p>&nbsp;</p> 2008-12-10T20:57:54-05:002799632http://forums.asp.net/p/1357653/2799632.aspx/1?Re+why+can+t+I+include+see+my+own+images+Re: why can't I include/see my own images? <p>&nbsp;Also, check the MembershipProvider in web.config, and see what it says. It should look something like this:</p> <p>&lt;membership defaultProvider=&quot;TBH_MembershipProvider&quot; userIsOnlineTimeWindow=&quot;15&quot;&gt;<br> &nbsp;&nbsp; &lt;providers&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name=&quot;TBH_MembershipProvider&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; connectionStringName=&quot;LocalSqlServer&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; applicationName=&quot;/&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enablePasswordRetrieval=&quot;true&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enablePasswordReset=&quot;true&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; requiresQuestionAndAnswer=&quot;true&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; requiresUniqueEmail=&quot;true&quot; passwordFormat=&quot;Encrypted&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxInvalidPasswordAttempts=&quot;5&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; passwordAttemptWindow=&quot;10&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>minRequiredPasswordLength=&quot;5&quot; </b><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; minRequiredNonalphanumericCharacters=&quot;0&quot; <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type=&quot;System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot;/&gt;<br> &nbsp;&nbsp; &lt;/providers&gt;<br> &lt;/membership&gt; <br> </p> 2008-12-10T21:21:20-05:002799942http://forums.asp.net/p/1357653/2799942.aspx/1?I+can+t+create+passwordsI can't create passwords <p>&nbsp;Hi Lee:<br> It is so weird. I cannot create a user account on the registration page anymore! I also cannot change the Admin password. Anything to do with creating a password, I keep getting the pop up box (an internet explorer window) that tells me 5 characters are required. And just so you know I'm not nuts, I've tried: &quot;Cat5!&quot; ; &quot;Catmm5&#36;&quot; ; &quot;Bunny12&#36;&quot; ; and many many others, all clearly with the required characters! No matter what I try, as soon as I go to move to the second box where you re type that password, the red * immediately appears next to the first box and I know its not going to let me create it.</p> <p>&nbsp;So far, I have:</p> <p>1 - deleted all the beerhouses projects on my computer including making sure none of the databases were in SQL management studio, and even deleted the original download zip file, </p> <p>2 - re-downloaded the Beerhouse zip file, </p> <p>3 - Used &quot;Restore point&quot; to restore my computer to a time where I think it was working, </p> <p>4 - Run registry fix, </p> <p>5 - Tried changing the config file to &quot;4&quot; instead of &quot;5&quot; just to see if it would show 4 but it still gave that message that <b>&quot;5&quot;</b> characters are required blah blah...</p> <p>I have another passwordrecovery sample project that I can run with no problems. This problem is only with beerhouse project. I'm reluctant to try to delete the passwordrecovery control in it and re-add it since I'm not sure how its all intertwined with that template.&nbsp;</p> <p>I would have thought that if something was stored in memory, causing it to think i was typing less than 5 characters, that going back to another restore point would have cleared that. Is there some place in the registry where the program stores any thing? I don't know what else to try. It did work before. As far as I know, it just started this today.&nbsp;</p> <p>I'm running a spy program scan now.&nbsp;</p> <p>befuddled, <br> </p> <p>Rae </p> <p>(I'd like to move this to a new topic. If someone wants to move it or I will paste part in a new topic. Maybe someone else has had this and resolved it) <br> </p> <p>&nbsp;</p> 2008-12-11T01:11:56-05:00