小店经营各种外贸服饰及面料,电子商品!
作者:Sky 日期:2007-12-22
XNB Blog 系统开发进度
作者:Sky 日期:2007-08-26
Server Application Unavailable Windows2000 ASP不能用了
作者:Sky 日期:2008-08-27
Quoted from Unkown:
服务器未能转入应用程序 '/LM/W3SVC/1/ROOT'。错误是 '一般性拒绝访问错误'
Quoted from Unkown:
BUG: You receive an "HTTP 500 - Internal server error" error message when you try to view an ASP page after you install Visual Studio 6.0 Service Pack 6
Quoted from Unkown:
RESOLUTION
To resolve this problem, grant the IWAM_ComputerName user account the Read & Execute permission for the Mfc42.dll file. The Mfc42.dll file is located in the %WINDIR%\System32 folder.
To grant the Read & Execute permission, follow these steps: 1. In Windows Explorer, locate the Mfc42.dll file.
服务器未能转入应用程序 '/LM/W3SVC/1/ROOT'。错误是 '一般性拒绝访问错误'
Quoted from Unkown:
BUG: You receive an "HTTP 500 - Internal server error" error message when you try to view an ASP page after you install Visual Studio 6.0 Service Pack 6
Quoted from Unkown:
RESOLUTION
To resolve this problem, grant the IWAM_ComputerName user account the Read & Execute permission for the Mfc42.dll file. The Mfc42.dll file is located in the %WINDIR%\System32 folder.
To grant the Read & Execute permission, follow these steps: 1. In Windows Explorer, locate the Mfc42.dll file.
Tags: Server Application Unavailable ASP不能用
无级分类,无级联动下拉菜单
作者:Sky 日期:2008-05-23
先说明一下,用的就是zl_class的那个无级向下分类的数据库。
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936" %>
<%
Set Conn = Server.CreateObject("ADODB.Connection")
ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("zl_class.mdb")
Conn.Open ConnStr
Set rs=conn.execute("Select * From zl_class order By orderID")
cplists=rs.Getrows
isql="select top 1 depth from zl_class order by depth desc"
Set irs=conn.execute(isql)
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936" %>
<%
Set Conn = Server.CreateObject("ADODB.Connection")
ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("zl_class.mdb")
Conn.Open ConnStr
Set rs=conn.execute("Select * From zl_class order By orderID")
cplists=rs.Getrows
isql="select top 1 depth from zl_class order by depth desc"
Set irs=conn.execute(isql)



