<%@ CODEPAGE=65001 'UTF-8%> <%' certrser.asp - (CERT)srv web - (R)e(S)ult: (ER)ror ' Copyright (C) Microsoft Corporation, 1998 - 1999 %> <% ' came from certfnsh.asp Dim ICertRequest, nDisposition, nResult, nLastStatus, sMode, sErrMsg On Error Resume Next Const CR_GEMT_HRESULT_STRING =&H00000001 'Disposition code ref: \nt\public\sdk\inc\certcli.h Const CR_DISP_INCOMPLETE =0 Const CR_DISP_ERROR =1 Const CR_DISP_DENIED =2 Const CR_DISP_ISSUED =3 Const CR_DISP_ISSUED_OUT_OF_BAND=4 Const CR_DISP_UNDER_SUBMISSION =5 Const CR_DISP_REVOKED =6 Const no_disp=-1 Set ICertRequest=Session("ICertRequest") nDisposition=Session("nDisposition") nResult=Session("nResult") sErrMsg=Session("sErrMsg") nLastStatus=no_disp nLastStatus=ICertRequest.GetLastStatus() sMode=Request.Form("Mode") %> Microsoft Certificate Services
Microsoft Certificate Services  --  <%=sServerDisplayName%>   Home

Error
<%If 0<>InStr(sMode,"newreq") Then%>

Your request failed. An error occurred while the server was processing your request.

<%ElseIf "chkpnd"=sMode Then%>

An error occurred while the server was checking on your pending certificate request.

<%ElseIf ""=Request.Form And ""=Request.QueryString Then%>

You did not come to this page as a result of a form submission.
You may not bookmark this page.

<%End If%>

Contact your administrator for further assistance.

<%If "IE"=sBrowser Then%>

<%If "chkpnd"=sMode Then%>
">

- Remove this request from your list of pending requests.

<%End If%>
<%Session.Abandon()%>