What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / skumar
Web config file is a XML file, that contains information
about the application level settings. This is most useful
feature to change the hard coded things.
Usually only one config file will be used in the web
applications. That resides in the root folder of web
application. But the developer can create one config file
for each folder. It will take from the current level hierarchy.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How ViewstateMac works?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the difference between ASP Session State and ASP.Net Session State?
What is simple data binding?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Explain About WebService
What is IPostBack? How to use it?
What is asp.net and its advantages?
How does output caching work in ASP.NET?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are directives in asp.net?
What is the difference between session.abandon() vs clear()?
How to implement role based security in asp.net mvc? : Asp.Net MVC