Answer Posted / natu
Basically Web. Config is an XML based text file, It can't called directly. We can use this to retrieve the Database through settings done in Web.config file by using <appsettings> -- </appsettingd>
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What language does asp.net use?
What are the main requirements for caching?
What is asp.net version?
What are the two properties that are common on every validation control?
What is webresource axd?
How can you identify that the page is post back?
What is the difference between file-based dependency and key-based dependency?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How do I upload a file from my ASP.NET page?
What do you mean by View State and what is its role?
Which two new properties are added in asp.net 4.0 page class?
What is difference between asp state management and asp.net state management?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How can we call webservices in Banking Applications? and where we are using it?