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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can user control be stored in library?

524


How will you load dynamic assembly? How will create assesblies at run time?

461


What is the latest version of asp.net?

539


When was asp.net released?

576


How to use multiple scriptmanager controls in a web page?

606






To wrap up a call to a Web service the standard used is..?

540


What is the procedure to create the environment for asp.net? : asp.net mvc

518


Explain an object, class and method.

562


Why session is used in asp.net?

533


Please brief not about xsd,xslt & xml?

546


What is a ashx file?

558


What is a viewbag?

510


Explain about the .NET framework?

574


What are early binding and late binding.

568


Is asp net front end or backend?

532