web.config
I'm not sure if this is the right forum to post this question or not...and I'm a novice with .NET. I was reviewing some work done by a previous programmer. In the web.config file, there is the following statement:
<add key="PageTitle" value="-[User]-[WebServer]-[DBServer]\[DBCatalog]-[Version]" />
Where are the parameters for this line defined? i.e. the -User, -WebServer? Are these custom parameters or are these common?
Thanks
|