ASP GetLastError() ·½·¨ (ASP 3.0)

Server ¶ÔÏó²Î¿¼ÊÖ²á

¶¨ÒåºÍÓ÷¨

GetLastError ·½·¨·µ»Ø ASPError ¶ÔÏó£¬ÃèÊö·¢Éú´íÎóµÄÔ­Òò¡£

ĬÈϵأ¬ÍøÕ¾»áʹÓÃÎļþ \iishelp\common\500-100.asp À´´¦Àí ASP ´íÎó¡£Äú¼´¿ÉÒÔʹÓôËÎļþ£¬Ò²¿ÉÒÔ´´½¨×Ô¼ºµÄÎļþ¡£Èç¹ûÄúÏ£Íû¸Ä±ä´¦Àí 500;100 custom errors µÄ ASP Îļþ£¬ÇëʹÓà IIS snap-in ¡£

×¢ÊÍ£ºÈç¹ûÔÚ IIS ´¦Àí ASP Îļþ»òÓ¦ÓóÌÐòµÄ Global.asa ʱÅöµ½´íÎ󣬾ͻáÉú³É500;100 custom error¡£

×¢ÊÍ£º´Ë·½·¨½öÔÚ ASP Îļþ·¢ËÍÈκÎÄÚÈݵ½ä¯ÀÀÆ÷֮ǰ¿ÉÓá£

Óï·¨

Server.GetLastError()

ʵÀý

Àý×Ó 1

ÔÚ±¾ÀýÖУ¬ÔÚ IIS ÊÔͼÒýÓÃÎļþ£¬¶ø include Óï¾äûÓÐʹÓà file ²ÎÊýʱ£¬´íÎó¾Í»á·¢Éú£º

<!--#include f="header.inc" -->
<%
response.write("sometext")
%>

Àý×Ó 2

ÔÚ±¾ÀýÖУ¬µ±±àÒë½Å±¾Ê±£¬ÓÉÓڹؼü´Ê "next" ±»ÒÅ©£¬¾Í»á·¢Éú´íÎó£º

<%
dim i
for i=1 to 10
  ........
nxt
%>

Àý×Ó 3

ÔÚ±¾ÀýÖУ¬ÓÉÓڽű¾ÊÔͼÓà 0 À´³ýÒ»¸öÊý£¬¾Í»á·¢Éú´íÎó£º

<%
dim i,tot,j
i=0
tot=0
j=0

for i=1 to 10
  tot=tot+1
next

tot=tot/j
%>

Server ¶ÔÏó²Î¿¼ÊÖ²á

VUE