When web.config is called ?

Answers were Sorted based on User's Feedback



When web.config is called ?..

Answer / asra

Web.config is an xml configuration file. It is never
directly called unless we need to retrieve a configurations
setting.

Is This Answer Correct ?    10 Yes 3 No

When web.config is called ?..

Answer / hema

1. web.config is never really called. But whenever the
application starts/restarts, values from web.config are
reloaded into memory.


2. Any changes (even of just a simple spacing) to
web.config restarts the application. So your session will
be lost.

Is This Answer Correct ?    10 Yes 4 No

When web.config is called ?..

Answer / natu

Basically Web. Config is an XML based text file, It can't called directly. We can use this to retrieve the Database through settings done in Web.config file by using <appsettings> -- </appsettingd>

Is This Answer Correct ?    3 Yes 2 No

When web.config is called ?..

Answer / cpp

hello friend's

this is really nice question .

Ans :

Web.config file is a Configuration file it first not a call
but load in memory when your web application or website is
load into a memory.

all settings for websites are in WEB.CONFIG file.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How does session authentication work?

0 Answers  


What is Web API?

0 Answers  


Why is mvc better than asp.net?

0 Answers  


with which controls you worked in Asp.net 2.0?

2 Answers   HP, nTech Solutions,


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,






What does asp.net stand for?

0 Answers  


What is the difference between session and viewstate in asp.net?

0 Answers  


How many validators do ASP.NET have?

0 Answers   QuestPond,


what is impersonation in ASP.NET?

7 Answers   Accenture, Merrill Lynch, Wipro,


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


What is the best way to search any exact information on google?

3 Answers   Intellevate,


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

0 Answers  


Categories