What is the purpose of adding the batch=\"false\" in the compilation tag in ASP.NET 1.1?
I believe the default is false (is in 2.0+) so the point of adding batch=false would be as a documentation of the default, or as a placeholder so it's obvious what to change if you want true.
batch=false