when web.config file is being called or referenced?tell me
about the searialized procedure followed in page loading.
Answer / 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 |
What is meant by managed and unmanaged code?
How do you trigger the paint event in system.drawing?
What are the important components of .net?
How is development of a Windows service different from a Windows Forms application?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
How is a managed code executed?
What is a serviced component?
How to get the hostname or IP address of the server?
What is static constructor, when it will be fired? And what is its use?
Explain memory-mapped files.
What is the difference between vb.net and vc#.net?