Top questions

Post

New Post


Find by name:

Question Answer
In case of _______________, there is a round trip and hence puts a load on server. Options - response.redirect - server.transfer CORRECT ANSWER : response.redirect
What are the different Session state management options available in ASP.NET? 1) In-Process: Stores the session in memory on the web server. 2) Out-of-Process: Session state management stores data in an external server. The external server may be either a SQL Server or a State Server. All objects stored in session are required to be serializable for Out-of-Process state management.
What is the difference between web config and machine config? Web config file is specific to a web application where as machine config is specific to a machine or server. There can be multiple web config files into an application where as we can have only one machine config file on a server.



Back to HomePage