How to cache a web page in asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devmsalah
    New Member
    • Apr 2010
    • 1

    How to cache a web page in asp.net

    hay, that is my first topic in that site i hope any one to help me
    i want to make a small module for caching my web pages because page taking a long time in loading its contents.

    MS
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    i want to make a small module for caching my web pages because page taking a long time in loading its contents.
    I don't see a question...

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      There are tons of caching options in ASP.NET

      I think it would be best for you to refer to the MSDN Library for help with this topic. This resource is very useful for developing any type of application in .NET and I recommend that you bookmark it for your own reference.

      Here is a list of some of the articles on Caching found in the MSDN library:

      -Frinny

      Comment

      Working...