Is asp.net is a programming language?
How many types cache in asp net?
is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it possible
You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.
What are the different modes for the sessionstates in the web.config file?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What are the asp.net 2.0 features?
How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
What is page request in asp.net?
What is difference between session and viewstate?
what is Versioning in asp.net and how it maintain in any web application
What is the Impprsonation?and what is the importence of that?
What is Stateless ASP or ASP.Net?