what if we delete web.config or machine.config?
will a website work if we delete webconfig....or if we
delete machine config?
Answer Posted / gaurav
by deleting the web.config or the machine.config files will
definitely create compilation errors because it's the config
files where you specify the settings. Web.config files is
not only for mentioning the connection strings but it's
implementation is more than that.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the maximum number of classes that can be contained in one dll file?
Differentiate strong typing and weak typing
How ViewstateMac works?
What are the new web part controls in asp.net 2.0 ?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What are session state modes?
What is a web based system?
What is & in a url?
What are the different validators in asp.net?
List some of the important session state modes of asp.net.
Define static function?
Can we have multiple web config files for an asp.net application?
Explain About WebService
When you use Ajax controls in the ASP.NET application?
What is viewstate? What does the “enableviewstate” property do?