Hi,
At work we have a Windows 2008 server running IIS7 and .NET/ASP.NET version 2.0. One of the hard drives in this server contains a file-archive with nearly 65.000 searchable PDF-documents (scanned and OCR-treated) organized in folders like this: x:\pdf-archive\documents\year\month\day\filename_sequencenumber.pdf
These documents contain important information for some of our users and therefore we have to make it simple for them to find the right documents when needed. HTML and ASP programming is definitely not my strong suit (not at all, actually), but after some googling I managed to gather enough information to create a very simple website on the server which only consist of one html-file and one asp-file.
The html-file is basically a web-form with a textbox (where you type the characters or numbers you wish to search for) and a button which submits the request. The essential parts of the syntax in this file are:
<htm ...
Go to the complete details ...