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 is the exact purpose of http handlers?
What is web api config?
Please briefly explain the usage of global.asax?
How Session outproc in Sqlserver stored?
What is the difference between debug and release?
What is applicatio domain?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is query string?
What is runat?
How many types of Cookies are available in ASP.NET?
Explain the difference between array and linkedlist?
What are the server control tags in asp.net.?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the parent class of all web server control?
Does asp.net still recognize the global.asa file?