【发布时间】:2017-01-09 06:13:27
【问题描述】:
我最近为我的一个域更改了服务器。此域是在 asp 文件中构建的,但我发现一些链接无法正常工作并重定向到 BIZyCart.asp 并显示一些错误,如下所述:
<%
Server.ScriptTimeout=30
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 "BIZyCart_VB.BIZyCart", _
Server, _
Application, _
Session, _
Request, _
Response
%>
所以请帮我解决这个问题,让我知道哪里出了问题?
【问题讨论】:
标签: asp.net