Answer Posted / 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 View All Answers
What is the difference between cache and cookies?
If you are using components in your application, how can you handle exceptions raised in a component?
What is data grid view in asp.net?
What is the difference between Session and response.Redirect?
What are the different kinds of assemblies?
What is session and application variable in asp net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is query string? What are its advantages and limitations?
What is difference in .net 1.1 and .net 2.0?
What are server-side comments in ASP.NET?
What is variable and constant in .net programming language?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is difference between asp state management and asp.net state management?
How many types of Cookies are available in ASP.NET?
To wrap up a call to a Web service the standard used is..?