static void

ASP Webforms 2.0

Asp 2 configuration (appsettings, health monitoring etc)

Compilation

Expressions

ExpressionWhenUse
%= value % Render Not in %asp: server controls.
%: value % Render with HtmlEncode (.Net 4.0+) Not in %asp: server controls.
%# value % After DataBind only Can be in %asp: server controls. See here
%$ value % PreInit The Expression Builders:
AppSettings:, ConnectionStrings: and Resources:
Can be in %asp: server controls.

Master Pages

URL Rebasing is a problem. Use <img src="<%= ResolveClientUrl("imgs/tab2.gif") %>"

Themes and Skins

Problems with themes:

Membership Providers