Historical Railroads Archive

These documents are available in Adobe Acrobat PDF format (unless noted otherwise). To view these files on your computer, you will need to download and install the Adobe Acrobat Reader version 5.0 or later. You can obtain this product free of charge at www.adobe.com.





Please click on an item of interest for \files

NameTypeDate ModifiedSize
 Central Indiana Railroad File folder8/29/2024 10:49:14 AM
 Chicago_Indpls_LouisvilleRR File folder8/29/2024 10:40:09 AM
 Lake Erie and Western Railroad Company File folder8/29/2024 10:50:14 AM
 Nickel Plate File folder8/29/2024 10:40:15 AM
 Norfolk and Western File folder8/29/2024 10:50:39 AM
 NYC and ST. Louis File folder8/29/2024 10:50:57 AM
 RR BRIDGES File folder8/29/2024 10:55:32 AM
 WR_Nob_Westfield File folder8/29/2024 10:41:12 AM
1848_SurveyReport_Nickel Plate RR.pdf PDF file8/27/2024 10:08:11 AM 1,840 KB
AB 167 Sub 308N.PDF PDF file8/27/2024 10:08:11 AM 1,124 KB
AB 55 Sub 94.pdf PDF file8/27/2024 10:08:11 AM 8,369 KB
FD 26587.pdf PDF file8/27/2024 10:08:13 AM 2,081 KB
Indiana Railways and Light Company.pdf PDF file8/27/2024 10:08:14 AM 86 KB
NoblesvilleStationSiteLand_DB134PG272.pdf PDF file8/27/2024 10:08:15 AM 356 KB




 


Runtime Error

Server Error in '/HistoricRailroadsArchive' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>