Let us know the Structure of Web.Config and App.Config in C# with Examples
Following pic depicts the structure of Web.Config
<configuration> tag is the root tag, under this we can have many tags,
<system.web> is the main and common tag, let us know about tags under the system.web and attributes under system.web tag.
<Compilation> is one tag under the <System.Web> tag.
Following pic depicts the structure of Web.Config
<configuration> tag is the root tag, under this we can have many tags,
<system.web> is the main and common tag, let us know about tags under the system.web and attributes under system.web tag.
<Compilation> is one tag under the <System.Web> tag.
No comments:
Post a Comment