注册 登录
编程论坛 ASP技术论坛

[求助]200RMB求大侠帮我破解DLL包含的ASP文件

wanghao2008 发布于 2008-07-07 12:06, 722 次点击
<%
Response.Buffer=True
Response.Expires=0

If (VarType(Application("~WC~WebClassManager")) = 0) Then
    Application.Lock
    If (VarType(Application("~WC~WebClassManager")) = 0) Then
        Set Application("~WC~WebClassManager") = Server.CreateObject("WebClassRuntime.WebClassManager")
    End If
    Application.UnLock
End If

Application("~WC~WebClassManager").ProcessNoStateWebClass "exam537.kaoshi_shijuan_type3_d1", _
        Server, _
        Application, _
        Session, _
        Request, _
        Response
%>
这是ASP文件的内容,我的QQ:195848967
0 回复
1