what is use of web.config?

Answers were Sorted based on User's Feedback



what is use of web.config?..

Answer / k.vijayakumar

web.config is used to maintain the Appsettimgs instead of
static variables
Any feature modifications are there in the website ihose
are we simply maintain in the Web.Config file

Is This Answer Correct ?    10 Yes 2 No

what is use of web.config?..

Answer / ranjan kumar yadav

the web.config file inherits the setting from machine.config
it can be customize for setting to to individual web
application.it can override all the settings of
machine.config. the web.config file is kept in the root
virtual directory of web application to apply different
setting to the application.

Is This Answer Correct ?    5 Yes 1 No

what is use of web.config?..

Answer / philip

Web.configuration is used connect database from front end
to back end.

Is This Answer Correct ?    12 Yes 9 No

Post New Answer

More ASP.NET Interview Questions

Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

0 Answers  


How do I create a web form?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


which one is faster execute reader, scalar, execute non query ?

18 Answers   Intiger, Minecode,


What is difference between mvc and asp.net? : Asp.Net MVC

0 Answers  






where the stored procedure are written in business logic or data acess layer?

2 Answers  


List the types of authentication supported by asp.net?

0 Answers  


What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?

1 Answers   Syntax Softtech,


Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,


What is viewstate?

6 Answers   Abacus, Microsoft, Sopra,


Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.

1 Answers  


Types of authentications in ASP.NET ?

9 Answers   Accenture, Roland, Shriram,


Categories