I have a classic asp application that uses an include file. The include file is a footer at the end of the page and works fine until the page is large and then the include file stop displaying.
Has anyone come across this?
|
I have a classic asp application that uses an include file. The include file is a footer at the end of the page and works fine until the page is large and then the include file stop displaying. Has anyone come across this? |
||||
|
If you end the response prior to the include directive, then the included file will not be displayed. This could be caused by either (a) a Check the 'long file' and see if either of these occurs. Another possibility with very large files is that the file hasn't finished rendering the page. Make sure that the whole page has rendered. |
|||
|
|
response.endand see if any of the code is forcing it to stop displaying. – Tom Gullen Apr 26 '11 at 18:33