What is web.config and machine.config ?
Answer Posted / dhananjay nazare
web.Config: Web.Config file is maintained within a
particular Web application and the Configuration setting
specified within web.config file is applicable to that
application only.
Machin.Config: Machin.Config file is maintained within .Net
framework derectories and configuration setting within
Machin.Config file affects all the managed application
deployed on that machin
| Is This Answer Correct ? | 56 Yes | 5 No |
Post New Answer View All Answers
What is the difference between cookie and session?
What is a 404 redirect?
Can you change a Master Page dynamically at runtime?
Explain authorization levels in .net ?
Explain how is a property designated as read-only?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
How can you debug your.net application?
What are different methods of session maintenance in asp.net?
What does clearing cache?
What are the parts of an http response?
What is content page in asp net?
What is custom events? How to create it?
what cut off mark for po's,what questions they asked for interview?
What are the differences between the response.write() and response.output.write()?
Apart from IDE what are the enhancements in asp.net 2.0?