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
In which event are the controls fully loaded?
Which is the parent class of the ASP.NET server control?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What's the ASP.Net Application life cycle?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is GAC in ASP.NET 2.0
What is cookies cache and session?
Is asp.net core faster?
What is asp according to you?
Are there resources online with tips on asp to asp.net conversions?
What is Model-View-View Model?
Is it possible to change the index of primary key on table?
How can we register exception filter globally?
What is session start?
What is recordset asp?