A
Andy Fish
Hi,
In an asp.net application, I have seen some lines like this:
<!-- #Include File="xyz.html" -->
and I can see what happens when the included file contains just text and
html, but I can't find any documentation on msdn about this and I'm trying
to find out how it is processed. Specifically:
1. is the #include processed by the browser, by asp.net, or by IIS?
2. at what point in the page lifecycle is it processed?
3. where is the documentation for it?
TIA for any clues.
Andy
In an asp.net application, I have seen some lines like this:
<!-- #Include File="xyz.html" -->
and I can see what happens when the included file contains just text and
html, but I can't find any documentation on msdn about this and I'm trying
to find out how it is processed. Specifically:
1. is the #include processed by the browser, by asp.net, or by IIS?
2. at what point in the page lifecycle is it processed?
3. where is the documentation for it?
TIA for any clues.
Andy