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 |
how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.
What are Http handler ?
6 Answers Accenture, BirlaSoft, Satyam, Syntel,
What is the page life cycle in asp.net?
Explain the asp.net page life cycle.
what is diff between responseexpires and expiresabsolute
can we store textbox and com components in viewstate?
What are the two Layouts supported by a Web form in ASP.NET?
How to you can limit Access to Web API to Specific HTTP Verb?
Types of optimization and name a few ?
Is razor a programming language?
What are the different types of cookies in asp.net?
Explain culture and uiculture values.