static void

ASP 2.0

Asp 2 configuration (appsettings, health monitoring etc)

Compilation

Expressions

ExpressionWhenUse
%= value % Render 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.

Event Validation

Event validation problems

Master Pages

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

Themes and Skins

Problems with themes:

Membership Providers