ASP.NET setting search tip

I frequently find my self needing to look up the reference information for ASP.NET configuration settings.

I find the fastest way to do this is to use a web search engine and include the words "asp.net schema" in my search terms, for example:

image

 

That usually gets me the correct page as the first hit.

Once you click through to the page, make sure you are looking at the page appropriate to the version of ASP.NET you are currently working with by using the "This page is specific to" links on the right hand side:

image

HTH

Doug