What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / krupali
Web.config file is a XML-based configuration file for
asp.net application.It includes the settings for
customizing security,state management,memory management and
much more. While machine.config file defines the supported
configuration file section,configure asp.net worker process
and registers providers that can be used for advanced
features such as profiles,membership and role-based
security.so web.config file provides the application level
and session level information.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
How do you open a page in a new window?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is the displayafter property in updateprogress control?
When does a session actually start?
How does exception management works in ASP.NET?
Explain about the .NET framework?
Define msil.
explain code with multi inhertance
What are the main differences between asp and asp.net?
How can we identify that the page is post back in asp net?
Is redux flux?
Can you explain one critical mapping? Performance issue which one is better?
What is new asp.net core?
Fetch one page value to another page without using state-managment ?