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

please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit

1 Answers   Netsweeper,


Explain Session state management options in ASP.NET.

0 Answers   CDC,


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

3 Answers   Siebel Systems,


What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


What r the page life cycle in asp.net page?

6 Answers  






How to remove cache object in asp.net?

2 Answers   TVS,


What role “#&&” plays in a querysting?

0 Answers  


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers   HCL,


How can u handle Exceptions in Asp.Net?

4 Answers  


What is the use of data set in asp.net?

0 Answers  


What are the features of asp.net mvc?

0 Answers  


Describe the diffeerence between inline and code behind?

0 Answers  


Categories