is it possible to run asp.net apllication without WEB.CONFIG file
| Yes we can run our application without web.config file because by default application takes all the settings from machine.config which is installed on machine when we install .Net framework. | |
