T
Tony Johansson
Hi!
I'm reading a section in a book from Microsoft Press called .NET FRAMEWORK
2.0 Application Development Foundation.
about Installing and Configuring Application.
In the book that I'm reading it says that I hope somebody might explain.
"Other common settings are configuration values that are already defined for
you by the .NET Framework. Thet comprise two primary sections,
connectionStrings and appSettings. In many ways, these configuration values
are used identically to any other configuration component; however they do
contain some nuance that give them distinct advantages over other items.
Because they are treated differently than other settings, they have a
predefined location in the configuration file where they need to be placed."
I just wonder this part of the text above *predefined location in the
configuration file where they need to be placed*
What does that mean ?
I mean a predefined place where is that ? In the beginning at the end or
what ?
//Tony
I'm reading a section in a book from Microsoft Press called .NET FRAMEWORK
2.0 Application Development Foundation.
about Installing and Configuring Application.
In the book that I'm reading it says that I hope somebody might explain.
"Other common settings are configuration values that are already defined for
you by the .NET Framework. Thet comprise two primary sections,
connectionStrings and appSettings. In many ways, these configuration values
are used identically to any other configuration component; however they do
contain some nuance that give them distinct advantages over other items.
Because they are treated differently than other settings, they have a
predefined location in the configuration file where they need to be placed."
I just wonder this part of the text above *predefined location in the
configuration file where they need to be placed*
What does that mean ?
I mean a predefined place where is that ? In the beginning at the end or
what ?
//Tony