page header image
     

Log-in

The survey may be taken in Demonstration Mode or you may specify a middle or upper school campus (requires entry of Educational Service Center Region,School District, Name, Position and Email). Surveys completed for a school from this tool are not officially reported.

Demonstration Mode (goes straight to survey)
Specific Campus - required for Texas ATOD program users. Specify Educational Service Center (ESC), District & School Mode
Returning Visitor Login (requires previously provided Email & Password)


transparent spacer dot
transparent spacer dot
transparent spacer dot
This site is partially funded by Contract #2008-024743 from the Texas Department of State Health Services (TDSHS) to University of Houston-Health Network for Evaluation and Training Systems (HNETS).
transparent spacer dot
Last Updated: June 2008      hnets@uh.edu
Log-in/Survey    Background    Resources    Copyright/Disclaimer    Privacy    Contact 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>