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 language does asp.net use?
What are the modes of updation in an updatepanel?
Details on web.config and global.asax - just explain what are the sections will be there.
Why is global asax is used?
What is a viewbag?
In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?
if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?
why security trimming attribute?
How can you provide an alternating color scheme in a Repeater control?
What is strong name and which tool is used for this ?
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)