What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
Answers were Sorted based on User's Feedback
Answer / rahul
The correct answer is A it is to store the global
information and variable definition for the application.
Is This Answer Correct ? | 19 Yes | 2 No |
Answer / taran
a) ; majorly it does this only and along with it you can do
other things like: viewstae encryption, viewstate enabling,
authentication mode,sql connection string etc.
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / pradeep
a) It is very essential for the configuration purpose,without web config,many things are hard to do it..
Is This Answer Correct ? | 5 Yes | 0 No |
What is difference between view state and session state?
How Session use Cookies in State Management?
How can we prevent browser from caching an aspx page?
How does session state work in asp.net?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What is the difference between session state and session variables ?
Is it true that a Web service must be written in .NET or not?
What is the difference between Session and response.Redirect?
What is asynchronous call?
what is view state and its use
10 Answers DELL, Efextra, HCL,
What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object
7 Answers Bunzl Vending, Syntax Softtech,
What is asp net theme?