What is web.config file ?



What is web.config file ?..

Answer / tanuj kumar

Web.config file is the configuration file for the Asp.net web application. There is one web.config file for one asp.net application which configures
the particular application. Web.config file is written in XML with specific tags having specific meanings.It includes databa which includes
connections,Session States,Error Handling,Security etc.
For example :
< configuration >
< appSettings >
< add key="ConnectionString"
value="server=localhost;uid=sa;pwd=;database=MyDB" / >
< /appSettings >
< /configuration >

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do u deploy your asp.net application?

0 Answers  


what to magage the state manament in asp.net with respect to in_prock and out_prock

1 Answers   Aviva,


Which is faster viewdata or viewbag?

0 Answers  


How do cookies work?

0 Answers  


What you mean by partial Class in asp.net 2.0?

3 Answers   TCS,






What is custom attribute?

0 Answers  


How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.

1 Answers   iFlex,


what is differences between bind and eval?

2 Answers  


What is the difference between “Web.config” and “Machine.Config”?

0 Answers  


Why would anyone need to implement their own hashtable or linked list?

0 Answers  


Explain client side state management system.

0 Answers  


Which template must you provide, in order to display data in a Repeater control?

3 Answers  


Categories