What is web.config and machine.config ?
Answer Posted / prakash j
web.config apply settings to each web application.
machine.config apply settings to all asp.net web application
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why session is necessary in web application?
Fetch one page value to another page without using state-managment ?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
How do you implement postback with a text box?
Describe the disadvantage of cookies.
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Explain State management in asp.net
What is a web api? Which protocol is used in a web api?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What methods are fired during the page load? Init()
Can one dll file contains the compiled code of more than one .net language?
List down the sequence of methods called during the page load.
What is owin authentication?
Explain the difference between sql invalidation and sql notification.
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?