What is difference between machine.config and Web.Config?
Answer Posted / sandip divate
machine.config is for configuration settings of all the
applications on a machine. where as web.config is
application specific.it contains configuration settings for
a application.
Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is asp.net architecture?
What is the main difference between Asp.net and Vb.net?
Define authentication and authorization.
What does the orientation property do in a menu control?
What is the purpose of session management?
What is synchronous and Asynchronous post back ?
What is the difference between cookie and session?
Differentiate between structure and class.
What is the life cycle of an asp.net page?
Where the assembly is stored in asp.net?
How to use ipostback?
what is the difference between response.write() and response.output.write()?
To redirect the user to another page which method do we use without performing a round trip to the client?
Can the unique key be null?
What are the advantages of passport authentication?