What is the server of asp.net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What's the use of formatters in .net?

0 Answers  


What is GAC in ASP.NET 2.0

0 Answers   MCN Solutions,


How do you implement Paging in .Net ?

1 Answers  


Why Unload event of MasterPage Calls first in ASP.net ?

0 Answers   HCL,


What are the different authentication modes in the .NET environment?

2 Answers   Veritas,






What is asp.net and how it works?

0 Answers  


Features in ASP.NET?

2 Answers   Microsoft,


How To Send Value one page to Another Page On MasterMenu Click ? please Tell Me!

3 Answers   Accenture,


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


which event in global.asx that fires for every request of same user?

4 Answers   FactorH,


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


Categories