Why do we need a web config file
From stackoverflow
-
In short...to store configuration settings for your web application. See Wiki Article for more details.
-
web.config is the web equivalent of app.config. Technical auto generated settings are stored here, but in addition to this you can store custom application settings here too.
-
To configure your web. Note that web.config is optional, so it's only needed if you need it.
0 comments:
Post a Comment