Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Usage of web.configuration ?

Answers were Sorted based on User's Feedback



Usage of web.configuration ?..

Answer / j_baghla

This file is used to configure the application in terms of
session timeout,connection
timeout,authentication,authorization,debugging,tracing etc.

Is This Answer Correct ?    3 Yes 0 No

Usage of web.configuration ?..

Answer / tiger.net

This is the configuration file for the application, its
common practice for having application level config
settings available for the website.
We can have multiple web.config files for the application.
All the config settings of the application can be managed
and can be encrypted if requirement demands.
We can manage database connection, session settings,
authentication, authorization,...etc

We have machine.config file that can provide the config
settings for the websites, but it is laid per machine,
which is not not a good practice to use it, so in web
applications we can place the web.cnfig file for each
application, which has higher precidence over the
machine.config file.

Is This Answer Correct ?    0 Yes 0 No

Usage of web.configuration ?..

Answer / gayathri

The web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application specific items such as database connection strings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the different methods of session maintenance in asp.net?

0 Answers  


Where the assembly is stored in asp.net?

0 Answers  


What is difference between view and partial view?

0 Answers  


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


Where you store Connection string in "Web.Config" file in ASP.NET?

0 Answers   Sans Pareil IT Services,


How Web Service help? What is the difference between Remoting & Web Servcies?

2 Answers  


What is data grid view in asp.net?

0 Answers  


How we can force all the validation controls to run?

0 Answers  


Difference between dynamic query and static query ?

1 Answers   DELL,


What is Difference between Callbacks and Postback in ASP.NET?

1 Answers   Patni,


Can any one explain with the example how to capture the application error in Aplication_Error() method?

1 Answers   Infosys,


What is asynchronous call?

0 Answers  


Categories