What is different between webconfig.xml & Machineconfig.xml ?
Answer / sulochana singh
Web.config & machine.config both are configuration files.Web.config contains settings specific to an application where as machine.config contains settings to a computer. The Configuration system first searches settings in machine.config file & then looks in application configuration files.Web.config, can appear in multiple directories on an ASP.NET Web application server. Each Web.config file applies configuration settings to its own directory and all child directories below it. There is only Machine.config file on a web server.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain client side state management system.
Have you used microsoft dataaccess blocks and Exception blocks?
What is data binding in asp net?
What are typed datasets?
Can we have a web application running without web.config file?
Describe how ASP.NET maintains process isolation for each Web application?
what is soap?
5 Answers Cognizant, Microsoft, NCR,
How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.
What do you understand from custom control?
How you can manage the state of application at the server side in ASP.NET?
what is difference between User Control,Custom Contro1,Web server control and template controls
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?