Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What are the differences between Web.Config and Machine.Config file?
Machine.Config:
1. This is automatically installed when you install Visual Studio. Net.
2. This is also called machine level configuration file.
3. Only one machine.config file exists on a server.
4. This file is at the highest level in the configuration hierarchy.

Web.Config:
1. This is automatically created when you create an ASP.Net web application project.
2. This is also called application level configuration file.
3. This file inherits setting from the machine.config

What are the Attributes?
What is SingleCall activation mode used for?
What is DataReader Object in ADO.Net?
How do you define the lease of the object?
What is Asynchronous Database Commands in ASP.Net?
What is "Wizard" control in ASP.Net?
What is smart navigation in ASP.NET Pages?
Why Can not I run my .Net Application without .Net Framework?
What connections does Microsoft SQL Server support?
What is a connection pool?