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
Why is global asax is used for?
Explain security types in asp.net?
How will you load dynamic assembly?
What is ascx?
What is a 307 redirect?
What are all the various Estimation Techniques available ?
Why is it preferred to not use finalize for clean up?
Which method do you use to enforce garbage collection in .net?
What are Caching techniques in .NET
What is postback pixel?
What is the viewstate in asp.net?
How do you open a page in a new window?
What kind of data can be stored in viewstate?
What is the difference between web.config and machine.config in ASP.NET?
Which is better asp.net or php?