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 |
What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?
whats the best method to cal id in javascript
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
0 Answers AlKhaleej, Swatz Oils,
How can I create master page in asp net?
What is content page in asp net?
Contrast the use of an abstract base class against an interface?
Clearly Explain the ispostback
What is marshalling ? Is it a part of asp.net ?
which method marks a config file section for encryption?
in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview
Explain advantages of caching?
which type of data u send through request.querystring()?and tell abt exact size?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)