What is difference between machine.config and Web.Config?
Answer Posted / suresh
In Machine.config file you can store,
1. Connection strings
2. Membership
3. RoleManager
4. Profile
5. HttpHandlers
in web.config
1. Database connections
2. Session States
3. Error Handling
4. Security
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Is asp.net 64-bit enabled? How?
Which .NET framework supports Web API?
Why is the standalone environment only useful during the development process?
What is the difference between Classic ASP and ASP.Net?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Can you use c# without .net?
What are the types of validation in asp net?
explain code with datachaching with example
What is the difference between session and application?
How do you sign out from forms authentication?
What does asp in asp.net stand for?
How do you open a page in a new window?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What's the use of response.output.write()?
Explain Optimization technique description?