What is difference between machine.config and Web.Config?
Answers were Sorted based on User's Feedback
Answer / sandip divate
machine.config is for configuration settings of all the
applications on a machine. where as web.config is
application specific.it contains configuration settings for
a application.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / madhunathanv
Web.config is particular WebApplication Specific,it has
diff web.config files for different applications.
Machine.config is Whole .Net Application specific ,it is
only one.ie..,machine.config applies to the entire machine
The Configuration system first searches settings in
machine.config file & then looks in application
configuration files(web.config)
AFAIK
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / 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 |
Answer / kannan
Web.Config Files - It is used to maintain the all type of
configuration like that Database connection and Error log
configuration and also maintain the Authenticate of user
security of the web application
Machine.config - only one file was created in your
microsoft .net folder when you installed the microsoft
visual studio.
So, it is used to configuration for the particular server
machine.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the difference between appsetting and connectionstring tags in web.config file
What is the use of location tag in web.config file
2 Answers Karur Vysya Bank KVB,
What are sessions used for?
I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.
What describes a query?
when we write the html code with runat = server it works like a server control than why we use the server control?
What do you understand by aggregate dependency?
How would you turn off cookies on one page of your website?
What are cao and sao.
Why do we need a web application session?
what is the difference between sql 2000 and 2005?
Explain asp.net mvc request life cycle? : asp.net mvc
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)