Indicates a mapping between source lines and text external to the source, such as an .aspx file.
# ExternalSource( StringLiteral , IntLiteral ) [ LogicalLine+ ] # End ExternalSource
A source file may include external source directives that indicate a mapping between source lines and text external to the source, so if errors are encountered during compilation, they are identified as coming from the external source. External source directives have no effect on compilation and may not be nested. They are intended for internal use by the application only.