RemoteSilicon
Programmer
Hi
I have a sequence of ASP pages. In one page say "DISPLAY" I am reading a few text files and displaying the text in my ASP page. In another ASP page say "SEARCH" I am doing the same with some more functionality i.e apart from reading files I am also reading a directory structure and finding files. Later these files are opened and text is read. The "READING FILE" functionality is in an included file. I even put the code in the files but didnt worked. Here are the problems I am facing.
1. When I load SEARCH in one browser and DISPLAY in another browser, it gives me "Requested resource in use" message until SEARCH is complete.
2. I want to display my own message when script is timed out in SEARCH, but it displays the defualt error message. I used "ON ERROR RESUME NEXT" command but that didnt worked.
Thanks
I have a sequence of ASP pages. In one page say "DISPLAY" I am reading a few text files and displaying the text in my ASP page. In another ASP page say "SEARCH" I am doing the same with some more functionality i.e apart from reading files I am also reading a directory structure and finding files. Later these files are opened and text is read. The "READING FILE" functionality is in an included file. I even put the code in the files but didnt worked. Here are the problems I am facing.
1. When I load SEARCH in one browser and DISPLAY in another browser, it gives me "Requested resource in use" message until SEARCH is complete.
2. I want to display my own message when script is timed out in SEARCH, but it displays the defualt error message. I used "ON ERROR RESUME NEXT" command but that didnt worked.
Thanks