Page compilation and regular expressions that might be
useful.
I’m working on asp.net page compilation for new webcast.
As part of the work I found out that page compilation
mechanism is using System.Web.RegularExpressions to parse
ASPX file. Actually there are some useful regular
expressions there for analysing page parts as well as
certain HTML elements.