Explain the Usage of web.config



Explain the Usage of web.config..

Answer / Pooja Pal

web.config is an XML-based configuration file used by ASP.NET applications to configure various settings, such as connection strings, application settings, authentication and authorization, and more. It allows developers to modify the behavior of their applications without recompiling the code.nFor example, you can specify the database connection string in web.config, which is then automatically used by your application when it runs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


When Doveloped C#

2 Answers  


Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!

1 Answers   Siemens,


Why are c# strings immutable?

1 Answers  


Wats the diff between sealed class and private class in inheritance

7 Answers   iSoft,


What is type cast in C#?

1 Answers   TryTechnicals Pvt Ltd,


What is the difference between gettype and typeof in c#?

1 Answers  


How are delegates chosen?

1 Answers  


Explain About web methods and its various attributes

1 Answers   Digital GlobalSoft,


What are the different types of classes in c#?

1 Answers  


i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

1 Answers   Royal Enfield,


what is webapplication? what is windows application? what is the extension for both . in what purpose we r using webapplication. in which situation we r using windowns application

1 Answers  


Categories