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 |
Describe the compilation process for .net code?
what is prototype design pattern in .net
What is a Strong Name?
Explain about .net?
Explain me difference between public and static modifiers?
Please explain what is the difference between odbc and ado?
What is namespaces in .net?
What is the advantage of .net core?
Why do we use msmq?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is a .net class?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?