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 difference between asp.net and asp?
What is the latest version of asp.net?
How to implement globalization and localization in the use interface in .net.
What is application Object?
Explain client-side scripting?
What is a page life cycle?
Is there any limit for query string? Means what is the maximum size?
How does asp.net page work?
What is form method?
Explain the features that make asp.net more used framework? : asp.net mvc
Explain why datareader is useful?
Is there any property names “isnavigating”?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What are the HTML server controls in ASP.NET?
What is a session http?