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

Describe how to implement globalization and localization in the use interface in .net.

558


What are the advantages of the code-behind feature?

531


What language does asp.net use?

552


How can u debug your .net application?

576


How to disable validator control by client side JavaScript?

569






What are the contents of cookie?

567


What is session start?

518


Define xmlreader class.

572


Explain managed code an un-managed code.

592


How to use push notification?

600


What is the mvc framework?

562


What is globalization and localization in asp net?

489


How can you handle exceptions in asp.net?

558


Where is http session stored?

499


What is css and what is it used for?

552