show/hide this revision's text 13 cleaning up question, removing out of date summary

What are the ones that you know?

Update: So, I am asking for features that are not typically taught by the text books.

Further Update: There have been some pretty neat answers so far.Leave a comment if you guys think I should summarize them as part of the question.

Summary of Answers:Here's a list based on the answers put in by everyone so far:

  • Use of HttpContext.Items for caching request level items.
  • Using HttpContext.IsCustomErrorEnabled
  • Use of HttpModules.
  • Enabling Trace from code based on QueryString Parameters and using Single Code Behinds for multiple ASPX Pages: Link to answer for code samples
  • For testing, you can send emails to a folder rather than a SMTP server with a simple change in the web.config: Link to answer for code sample
  • In ASP.Net 3.5 SP1, customErrors has a redirectMode attribute which allows showing error pages without changing the URL. Also, the form tag now recognizes the action attribute. Great for when you're using URL rewriting.
  • Setting Server Control Properties based on Target Browser: article
  • you can put an asp.net app offline simply by placing a file called app_offline.htm in

    What are the root. All new requests redirect to this file.ones that you can throw an HttpException which will be caught by Asp.Net and the corresponding customError Page will be shown. Link to answer for code sampleknow?

  • show/hide this revision's text 12 edited tags
    show/hide this revision's text 11 cleaned up title to be in line with other "Hidden Features" posts

    What are the hidden features Hidden Features of Asp.Net?ASP.NET

    show/hide this revision's text 10
    show/hide this revision's text 9 edited tags
    show/hide this revision's text 8 edited tags
    show/hide this revision's text 7 deleted 33 characters in body
    show/hide this revision's text 6 added 272 characters in body
    show/hide this revision's text 5 added 1596 characters in body
        Post Made Community Wiki by Community
    show/hide this revision's text 4 added 8 characters in body
    show/hide this revision's text 3 added 164 characters in body
    show/hide this revision's text 2 added 111 characters in body
    show/hide this revision's text 1