Developed reporting system to send student completion information to the California DMV quarterly for online traffic school takers.
<?xml version="1.0" encoding="UTF-8"?>
<configuration> <system.web> <customErrors mode="Off" /> </system.web> <system.webServer> <handlers> <add name="html" path="*.html" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="File" preCondition="bitness64" /> </handlers> <httpErrors errorMode="Detailed"> <remove statusCode="404" subStatusCode="-1" /> <error statusCode="404" prefixLanguageFilePath="" path="/index.asp" responseMode="ExecuteURL" /> </httpErrors> </system.webServer> </configuration> |