Difference between web.config and app.config?
Answer Posted / pravinkumar
app.config file is for .net windows applications
web.config file is for asp.net web applications
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
How do cookies work?
How would you get asp.net running in apache web servers?
What are the 3 levels at which content pages can be attached to Master Page?
What is the mvc framework?
What is the use of view state?
What does asp stand for in asp.net?
What is difference between abstract class and an interface?
Explain the difference between panel and groupbox classes using .net?
Write some code using interfaces, virtual methods, and an abstract class`
Explain what is postback in asp. Net?
What are web beacons used for?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Why is the standalone environment only useful during the development process?
How to implement form based authentication in asp.net application?
How can you make sure that web api returns json data only?