What is difference between machine.config and Web.Config?
Answer Posted / kannan
Web.Config Files - It is used to maintain the all type of
configuration like that Database connection and Error log
configuration and also maintain the Authenticate of user
security of the web application
Machine.config - only one file was created in your
microsoft .net folder when you installed the microsoft
visual studio.
So, it is used to configuration for the particular server
machine.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are session objects?
What is the difference between session and viewstate in asp.net?
What is difference between Lambda Expression and LINQ in ASP.NET?
How is application management and maintenance improved in asp.net 2.0?
what is publisher?
What is different in .net 1.1 and .net 2.0?
What is custom attribute?
Can I stream live content/events?
What is diff. Between abstract class and an interface?
Explain the difference between the web config and machine config.
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What are strong names?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Can you set which type of comparison you want to perform by the comparevalidator control?
Mention few asp.net validators.