is our application works if we remove the web.config ?
-
hi all, what if we remove web.config or machine.config from the application, then, Is this application will works? Thanks, Rahi
If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
hi all, what if we remove web.config or machine.config from the application, then, Is this application will works? Thanks, Rahi
If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
I dont think, web.config is a mandatory part but if your web site does not have a web.config, web servers default settings will work for ur site also. I read an article, may be that helps you. http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx "A smile passed to someone in the morning may travel to thousands of people."
-
hi all, what if we remove web.config or machine.config from the application, then, Is this application will works? Thanks, Rahi
If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
Yes. It will.....It will inherit the settings defined in the Machine.config file. Whatever we include in the web.config over ride the settings in machine.config. web.config is specific for application..or sometimes part of the application. It is not mandatory. But machine.config file is also absent, then it will not work. I dont think you can remove Machine.config file without putting at risk all your work.
If you fail for the first time , call it version 1.0.