I am working through the excellent Mastering ASP.NET with C# by Jones.
On page 382 he refers to a section of Web.Config that he expects to already
exist called "AppSettings" which can be referred to by the AppSettings
method. It does not appear in my Web.config. Should I add it or is he
thinking of the sessionState section?
Thanks
Bill Ross
Michael Giagnocavo [MVP] - 30 Nov 2003 19:07 GMT
You should add the <appSettings> element to your <configuration>.
-mike
MVP
> I am working through the excellent Mastering ASP.NET with C# by Jones.
>
[quoted text clipped - 6 lines]
>
> Bill Ross