I have a fairly large Oracle database and need to provide a certain amount of info through a browser to our intranet and possibly eventually through the internet. For example, I have a database of 100,000 individuals with a multitude of tables containing name, address, phone, and other information. I have to provide an up-to-date list, accessible upon demand to show any portion of the list the user wants to access, taking the place of a paper record/log book; like deed records etc. My test pages work fine on the test database, but when I test against the production side, they time out even on our ethernet lan connections. How do I make large dynamic datasets available? Is ASP the right choice? Should I look at something else for a project like this. <br>