What is machine.config and web.config ?
Answer Posted / nitya
Machine.config file is for all ASP.NET's Application. it is
only one.
if u apply anything in machine.config file then it is
applied on all ASP.NET application.Machine.config file is
universal..
while web.config file is only for particular ASP.NET
application. each ASP.NET application has different file.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
what are the ihttphandler and ihttphandlerfactory interfaces ?
Apart from IDE what are the enhancements in asp.net 2.0?
What is server infrastructure & server components?
What is autopost?
Explain diff between dataset and datareader?
What are the data controls available in asp.net?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is the procedure to create the environment for asp.net? : asp.net mvc
Describe how passport authentication works.
How many types of session in ASP.NET
Define viewstate in .net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is data binding in asp net?
What is http response header?
What are the two Layouts supported by a Web form in ASP.NET?