Web Config file details in ASP .Net [Resolved]

Posted by Amatya under .NET Framework on 2/12/2016 | Points: 10 | Views : 968 | Status : [Member] | Replies : 4
I want to know all the facts related to Web Config and what we can do with the web config file to trackle various issues.

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks



Responses

Posted by: Sheonarayan on: 2/12/2016 [Administrator] HonoraryPlatinum | Points: 50

Up
1
Down

Resolved
Web.config file is the configuration file of the asp.net application where we keep configuration related information like

- database connectionString
- appSettings
- Reference and config information of the .dll
- web services related information
- debugging related information
- authorization, authentication related information
- any custom settings

There can be only one web.config file in a folder. Each config file is the configuration information of that folder files and sub folders only. Child folder config file overrides the settings of parent config file.

In case of desktop application, same things applies to app.config file.

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sheonarayan on: 2/12/2016 [Administrator] HonoraryPlatinum | Points: 50

Up
1
Down

Resolved
Debugging related means, whether the compile the project in Debug mode or Release mode. If debug mode is set, the break point is considered while running the project.

Custom settings means, you can create your own settings apart from appSettings and store some data. Read more about this at http://www.dotnetfunda.com/articles/show/845/creating-custom-configuration-section.

Thanks



Regards,
Sheo Narayan
http://www.dotnetfunda.com

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Amatya on: 2/12/2016 [Member] Silver | Points: 25

Up
0
Down
What is debugging related Information and Custom settings?

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Amatya on: 2/17/2016 [Member] Silver | Points: 25

Up
0
Down
Thanks sir:)

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response