00000000-0000-0000-0000-000000000000NonefalsefalsefalseUnknownfalsefalse400031919400031919400031919DR GAS MULTIPLE BERNHARDT 22-1 8121NENW 1 4N 67W 61991Wattenberg FWL1383907504825FNLWELD DIRECTIONAL 14701470FWLFEE 2720FNL 1 FEE N4N 67W 5758See attached oil and gas leaseNFWL27201731303FNLFEET 1 8984N 199567W FEET FEET FEET NNNNOFFSITE LAND SPREADING 20010124SURFACE OWNER AGREEMANNULAR PREVENTOR ROTATING HEAD 40.345020-104.8413202009-08-26T00:00:00Chris Pearson2.1truetrue Runtime Error

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