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...


Details on web.config and global.asax - just explain what
are the sections will be there.



Details on web.config and global.asax - just explain what are the sections will be there...

Answer / alb.shah

1 Use the appSettings part of the Web.Config to store
connection strings.
2 Customer errors can be handled be turned off but I prefer
them to be turned on as below.
<customErrors mode="Off" />

3 Application Tracing can be set up while shows the output
times and all sorts of info of every page if you set it the
values to true below. Local only would mean only onthe
webserver hosting the site. You can also do per page
tracing so that you can turn off application Tracing and
have trace="true" at the top of a single page.
<trace enabled="true" requestLimit="10" pageOutput="true"
traceMode="SortByTime"
localOnly="true"/>
4

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

WHAT IS OBJECT POOLING

2 Answers   Fidelity,


What is client side state management?

0 Answers  


What type of code (server or client) is found in a Code-Behind class?

3 Answers   Siebel Systems,


What are session objects?

0 Answers  


Less than one page, how many windows will you be able to maintain?

0 Answers   Atos Origin,


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


What is the Global ASA(X) File?

2 Answers  


Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

2 Answers   Siebel Systems,


Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...

1 Answers  


What is the compiled object?

0 Answers   eXensys,


Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


How do we make a poperty read only?

1 Answers   Microsoft,


Categories