What is web.config. How many web.config files can be allowed
to use in an application ?

Answer Posted / karteek

Web.Config can be only one in a web application's root but
it may contain any number of web.config files inside the
subfolders of the application

The web.config file in subfolder overrides the web.config in
the root for that folder in which it is present.

If a subfolder doesnot has a web.config then the web.config
in the root is uses as usual

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the concept of event bubbling in ASP.NET?

819


What is odata in web api?

801


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

746


What is webresource axd?

668


What is server side session management?

726


How long the items in ViewState exists?

1204


What are the main differences between asp and asp.net?

757


Do gac'ed assemblies have fulltrust?

867


How are sessions stored?

766


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

733


Where web.config file is used?

782


What is the difference between a cookie and a pixel?

677


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1640


What is the file through which you can customize your asp.net application?

787


What parameters can you pass in the url of the api? Can get and post use the same url?

764