Search Tips

Job Announcement - Assistant State’s Attorney Monday, August 31, 2020

GENERAL DESCRIPTION OF POSITION:

As assigned by the State’s Attorney, the Assistant State’s Attorney III assists the State’s Attorney in providing legal representation for Ward County involving the prosecution of criminal cases and legal representation in civil matters relating to the County and its entities. This is an excellent opportunity to join a growing county in North Dakota. The County State’s Attorney’s Office promotes sound growth and development opportunities. We lead by example in all we do. We set the highest goals of honesty, integrity and ethics.

Applicants must submit: Cover Letter, Ward County Application Form, Resume, and a writing sample to the HR Department, PO Box 5005, Minot ND 58702-5005 or Human.Resources@co.ward.nd.us.

The Ward County Application Form can be submitted online on the Ward County web page.

The full job description with qualifications and responsibilities can be found there as well.

www.co.ward.nd.us

 

 


Runtime Error

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