What was the difference between machine.config and
web.config files
Answer Posted / preetika sharma
Web.config is scoped to a particular directory. we use it
to ovverride the machine.config for a particular
application or application folder.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Explain Authentication mechanism in dotnet
Define authentication and authorization.
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
When Cookies are expired in ASP.NET?
Why session management is required?
Write a code for passing ArrayList in Web API?
Define resource files.
How to change Master page in ASP.Net using code?
What is the use of session in web application?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is autopost?
What is the difference between the get method () and post method ()?
Where are session variables stored?