Answer Posted / ram
web.config is an XML file. A folder can have only one
web.config file. It helps to set configuration setting for
an application.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the different methods of session maintenance in asp.net?
Explain difference between dataset and recordset?
Which is the parent class of the web server control?
What threading model used in asp and asp.net?
How can you access the properties and controls of master pages from content pages?
Explain server control extensibility with reference to asp.net 2.0 ?
Which is faster viewdata or viewbag?
What are Authentication and Authorization?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are cookies in your browser?
What is a viewstate?
What are main return types supported in Web API?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How can you implement encapsulation in asp.net?
What is the base class from which web forms are inherited?