 |
BOOK: Beginning ASP.NET 4 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

May 17th, 2011, 10:17 AM
|
|
Friend of Wrox
|
|
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
|
|
I try to do quick reply
Code:
I tried to do quick reply and when I click the button I get a message box it says you must select one of the icons up above to install quick reply for this message. I am all new to this forum. Maybe you tell me how to do quick replies or tell me what I am doing wrong.
|
|

May 17th, 2011, 10:26 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Just hit Post Reply at the very bottom of a thread.
You can then copy and paste selected text into the editor and use thw quote button on the toolbar if you want to quote specific pieces from a previous post.
|
|

May 17th, 2011, 10:32 AM
|
|
Friend of Wrox
|
|
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
|
|
Thanks for all of your help.
Thanks for your help. I am sorry we got off on a bad start. I feel not too good about it. Being from Texas like I am, you know that is really not our way. We Texans are an open and friendly bunch which is the Texas way, as I am sure you know. But anyway thanks for your help it is appreciated.
|
|

May 17th, 2011, 10:40 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
I am sorry we got off on a bad start.
|
Pfff, you can say that again. Once of the worst I've had here, if not *the* worst ;-)
Quote:
|
I feel not too good about it.
|
Well, I think we're making some progress here, so that's good.
Cheers,
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|

May 17th, 2011, 10:48 AM
|
|
Friend of Wrox
|
|
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
|
|
On that SQL Server Question.
I was wondering on SQL developer's edition do you need to install a service pack for windows 7 before you install the SQL Server developer's edition first?
|
|

May 17th, 2011, 11:08 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Not that I know for recent versions of SQL Server. Just try the installer and see what it tells you...
Imar
|
|

May 17th, 2011, 02:28 PM
|
|
Friend of Wrox
|
|
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
|
|
Please unconfuse me?
I thought that in Classic ASP you stored the session state in the web server's memory not in cookies on individual computers. At least now that I think back on everything that is what was taught in school many years ago. I just looked back on one of my old text books from school that I had put away in storage and had forgotten about. But you say differently. I am confused. Maybe I was taught wrong in school many years ago.
Not that this is a Classic ASP forum here but I am trying to uncloud my mind on all of this. It will help me understand better things for .NET 4.0. Thanks for your help in regards to this matter.
|
|

May 17th, 2011, 03:07 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Take another look at my first answer
Quote:
|
In Classic ASP, Session state was managed with cookies as well. The server keeps track of the data, associated with a client side cookie.
|
The data is stored in the server's memory. However, since http is stateless, the server needs a way to keep track of a user between visits. And to do that, it uses cookies. In classic Asp this was your only option, and in .net you an also do it by appending the id to the URL. less secure, so you shouldn't use it if you don't have to.
Imar
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| cool ebook for assembly Language |
virgoptrex |
Assembly Language |
3 |
February 10th, 2016 09:31 PM |
| Lazy Load... Cool but... |
pbernardo01 |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 |
7 |
December 28th, 2007 02:00 AM |
| Cool utility |
Yurko |
SQL Server 2000 |
3 |
December 2nd, 2005 11:03 AM |
| dude |
ealkurabi |
C++ Programming |
1 |
October 10th, 2004 06:09 PM |
| Creating cool configuration pages |
jagged30net |
Pro VB.NET 2002/2003 |
0 |
December 17th, 2003 11:24 PM |
|
 |
|