Click to See Complete Forum and Search --> : .asp file size


kaht
08-29-2003, 02:52 PM
In my project I have a file that processes most of the data when anything gets changed. However, this file has grown to about 2500 lines of code, mostly if blocks. Any time that this file is called it will not process any more than 400 lines of code or so. I was wondering, since asp is a compile on the fly language, if having a large file hinders the performance of the page. Would I see considerable improvement for my project if I created multiple 200-400 line files instead of one 2500 line file that processes everything?

-kaht