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 asp.net caching?
Explain the difference between the web config and machine config.
What is the use of view state?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is the typical session identifier?
How do I know asp.net mvc version? : Asp.Net MVC
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Explain about solution explorer window?
Define dll hell?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is the difference between a page theme and a global theme?
How will create assesblies at run time?
What are sql joins?
Distinguish between Server-side and Client-side code?
What is asp.net and how it works?