Campaign Finance Index

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 \documents

NameTypeDate ModifiedSize
 A File folder4/5/2024 10:26:08 AM
 B File folder4/5/2024 10:26:30 AM
 C File folder4/5/2024 10:26:49 AM
 D-F File folder4/15/2024 4:37:01 PM
 G-J File folder4/5/2024 10:24:40 AM
 K-M File folder4/5/2024 10:25:00 AM
 N-R File folder4/5/2024 10:25:22 AM
 S-V File folder4/5/2024 10:25:44 AM
 W-Z File folder4/5/2024 10:25:59 AM
Thumbs.db DB file3/3/2014 11:14:11 AM 32 KB




 


Runtime Error

Server Error in '/CampaignFinance' 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>