Is there any website to teach the varius sections and structure of any web config?
i'm new the web-developing. Any good e-book to get started? I already read asp.net book.
|
Is there any website to teach the varius sections and structure of any web config? i'm new the web-developing. Any good e-book to get started? I already read asp.net book. |
|||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
It's not a book, but this MSDN article (named ASP.NET Configuration Files) might help you get started: |
|||
|
|
|
MSDN has all the configuration elements documented. Start with the Configuration Element. Note that it is not specific to If you need to know about a configuration element, you can search MSDN for |
|||
|
|