What was the difference between machine.config and
web.config files

Answer Posted / preetika sharma

Web.config is scoped to a particular directory. we use it
to ovverride the machine.config for a particular
application or application folder.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain different types of Caching techniques in ASP.NET?

550


Define tracing.

626


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1442


Where is the session stored?

633


What are the uses of reflection?

575






What is difference between session and cookies in asp net?

500


How can we identify that the page is post back in asp net?

511


When maintaining session through sql server, what is the impact of read and write operation on session objects?

529


How to unit test Web API?

708


What are the new features added from ASP to ASP.NET?

566


How do I know asp.net mvc version? : Asp.Net MVC

498


Describe the Server Control Events of ASP.NET?

655


What is the difference between executescalar and executenonquery?

510


How would you turn off cookies on one page of your website?

535


How do you deploy your asp.net application?

535