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
Can I lock a configuration setting so that a Web.config file that appears lower in the hierarchy cannot override it?
Yes. By setting the location element Override attribute to false, you can lock a specific setting so that it does not inherit settings from below.
How can you automatically generate interface for the remotable object in ASP.Net with Microsoft tools?
What are possible implementations of distributed applications in ASP.Net?
How to display data in Textboxes using DataSet?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
What are three test cases you should go through in unit testing?
What happens when you change the web.config file at run time?
Can I lock a configuration setting so that a Web.config file that appears lower in the hierarchy cannot override it?
Which one is the process dependent session in ASP.Net?
How can we use COM components in .Net?
How do you secure your configuration files to be accessed remotely by unauthorized users?