ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
difference between <connectionstring> <Appsetting>
 Question Submitted By :: Dotnet_knowledge
I also faced this Question!!     Rank Answer Posted By  
 
  Re: difference between <connectionstring> <Appsetting>
Answer
# 1
The <appSettings> element of a web.config file is a place 
to store connection strings, server names, file paths, and 
other miscellaneous settings needed by an application to 
perform work
 
Is This Answer Correct ?    2 Yes 2 No
Priya
 
  Re: difference between <connectionstring> <Appsetting>
Answer
# 2
The syntax differences between the application settings and 
connection strings sections
 
Is This Answer Correct ?    1 Yes 3 No
Ved
 
 
 
  Re: difference between <connectionstring> <Appsetting>
Answer
# 3
<Appsetting> in Web.Config can be used to store Settings
which are applicable for the whole Application

<connectionstring> is a node within <Appsetting> in the
Web.config
it can be used to store the Connection String
 
Is This Answer Correct ?    1 Yes 8 No
Jerry Joseph
 
  Re: difference between <connectionstring> <Appsetting>
Answer
# 4
Simply connection string is saved in web con fig file 
in between <Appsetting> tags
 
Is This Answer Correct ?    2 Yes 6 No
Sandeep
 
  Re: difference between <connectionstring> <Appsetting>
Answer
# 5
Well inside the appsettings is where you put all properties 
that have to do with the entire web application you are 
building. Connection strings can be placed inside the 
appsettings to make it easy to connect each page from your 
site to a database. Instead of defining a connection string 
on each page, you write it once it the web.config and can 
reference it from all other pages.
 
Is This Answer Correct ?    1 Yes 2 No
Sivaram
 
  Re: difference between <connectionstring> <Appsetting>
Answer
# 6
there are three way to stablished the connection in 
web.config file
1- <appsetting>
code.....
</appsetting>
2-
<ConnectionString>
......code
...
</ConnectionString>
3-
you can create own type of tag and register this tag with 
machine.comfig files,

there is no more difference to stablish the connection with 
any tag,
mostly developer prefer <AppSettion> beause it provieds 
some extra properties,but no diff. of the performance,
u can use anyone,
 
Is This Answer Correct ?    4 Yes 1 No
Prabhat Saxena(manu)
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is dataset ? Infosys10
Difference between application and session ? Satyam5
what is caching? Microsoft2
What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"? SLC-Ltd3
What is a Windows Service and how does its life cycle differ from a standard EXE?  2
WHAT IS BOXING? HOW WE CAN USE IT? Seion-Infotech4
where can i gather the materials for MCP certification  1
how can we maintain security in soted procedure?  1
Is overloading possible in web services? Microsoft2
What is strong-typing versus weak-typing? Which is preferred? Why?  1
How can u handle Exceptions in Asp.Net?  4
What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state. Syntax-Softtech3
What is the use of SmartNavigation property?  2
Types of session management in ASP.NET? Microsoft1
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept? Take-United2
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?  2
Breifly explain about stack and heap memory Managemet?  1
when using windows API in .net then it is managed code or Unmanaged code?  1
Usage of web.configuration ? Microsoft1
what is the differance between native code & managed code?  5
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com