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 is differences between bind and eval?
What are the HTML server controls in ASP.NET?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
what is the MSIL assembler do?
What are runtime hosts?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Differences between session state and Application state?
after which page life cycle event all properties of control will be "fully loaded "
Securitywise What are the Enhancements in 2.0?
What is the purpose of App_Code folder in ASP.NET? Why we this?
0 Answers Sans Pareil IT Services,
What is session and application variable in asp net?
In what languages in ASP written?
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)