What is difference between machine.config and Web.Config?
Answer Posted / 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 |
Post New Answer View All Answers
Where is cookie used in asp.net?
What does session_start () do?
To wrap up a call to a Web service the standard used is..?
Disable browser cache for entire ASP.NET website?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What does ascx stand for?
Do cookies store passwords?
How to implement Authentication and Authorization?
What are the event handlers that can be included in the Global.asax file?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
is gateway for sms continue connected for sending sms.how?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Define managed code and managed data in .net?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What do you mean by marshalbyref?