when web.config file is being called or referenced?tell me
about the searialized procedure followed in page loading.
Answer Posted / paraman ranjith
Web.config is an xml configuration file. It is never directly called unless we need to retrieve a configurations setting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of transactions are there in com + .net ?
What is reflection and what is it for?
When displaying fonts, what is the difference between pixels, points and ems?
How do I spawn a thread?
What is lazy initialization?
What is the difference between a namespace and assembly name in .net?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Explain difference between panel and groupbox classes using .net?
How do you create threading in.net?
Explain assemblies in .net?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What does stateless mean?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component