What is web.config and machine.config ?
Answer Posted / prakash j
web.config apply settings to each web application.
machine.config apply settings to all asp.net web application
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Web API uses which library for JSON serialization?
What are user controls?
What is the parent class of all web server control?
How can we pass info between 2 asp.net pages?
What is difference between web config and global asax?
IN an ASP.NET Web application if there is any error, how can you debug?
What is request and response in asp.net?
What is HTTPModule and HTTPcontext? What is the use of each?
Why would a company use an application service provider?
Is asp.net 64-bit enabled? How?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Describe the .net base class library.
What are the different kinds of assemblies?
What are sessions used for?
Explain Life cycle of ASP.NET page when a request is made.