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.

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

What is the difference between ASP.NET Webforms and ASP.NET MVC?

1216


What are the options in ASP.NET to maintain state?

1165


A web service can only be written in .net? State whether true or false.

1067


Why do we use sessions?

1058


What are themes and skins in 2.0, explain usage scenario?

989


What is state management in asp.net with example?

1006


Explain the main function of razor in asp.net? : asp.net mvc

1129


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2958


How do you implement sql caching in asp.net?

1106


Can we store object in viewstate?

1018


What are html helpers in asp.net?

1134


What are early binding and late binding.

1131


What is the use of the tag in the web.config file?

1020


What is odata in web api?

1127


Why do we need url encoding?

1024