Where does Web.Config Info stored? Will this be stored in
the registry?

Answers were Sorted based on User's Feedback



Where does Web.Config Info stored? Will this be stored in the registry?..

Answer / srujana

Web Config is a file which contains settings for your
application. You can check Web.config file in your
application main folder. This information is not stored in
registry.
DOT NET framework is a way to have a registry free
application

Is This Answer Correct ?    13 Yes 0 No

Where does Web.Config Info stored? Will this be stored in the registry?..

Answer / ashwini

Web Config is a file which contains settings for your
application. You can check Web.config file in your
application main folder. This information is not stored in
registry.

Is This Answer Correct ?    4 Yes 0 No

Where does Web.Config Info stored? Will this be stored in the registry?..

Answer / ahmed

Web Config is a file which contains settings for your
application. You can check Web.config file in your
application main folder. This information is not stored in
registry

Is This Answer Correct ?    2 Yes 0 No

Where does Web.Config Info stored? Will this be stored in the registry?..

Answer / venu

application root

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?

1 Answers   Ignis Technologies,


To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


What threading model used in asp and asp.net?

0 Answers  


What are session and cookies?

0 Answers  


how can you handle "control is not part of this page " error?

3 Answers   FactorH,






How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


Whats the use of @ Register directives ?

4 Answers  


What is the difference between <%#%> and <%=%>?

4 Answers   IBS,


What r all the controls in ASP.NET ?

3 Answers  


What is web.config and machine.config ?

1 Answers   Patni,


I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


What is advantage of code behind coding in ASP.NET?

0 Answers   Sans Pareil IT Services,


Categories