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 is diff. Between abstract class and an interface?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain login controls.
Explain how do you deploy your asp.net application?
Which is better viewstate or session?
What are the advantages of asp.net?
Explain Authentication mechanism in dotnet
What are the two Layouts supported by a Web form in ASP.NET?
How many types of triggers are there in update panel?
Which method do you use to kill explicitly a users session?
How many types cache in asp net?
How do you do Client-side validation in .Net?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is a server cookie?
List all templates of the repeater control.