IIS HTTP 500 - 内部服务器错误 有错误信息
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.google翻译过来是:
服务器遇到了一个错误,而装载一个应用在处理你的要求。详情请参阅该事件日志获取更多详细资料。请与服务器管理员寻求协助。
我的ASP 页面代码是:
<%@ LANGUAGE = "VBScript" %>
<HTML>
<BODY>
<% For i= 3 to 7%>
<FONT size=<% Response.Write i %>>
第一个页面<BR>
</FONT>
<% Next %>
</BODY>
</HTML>
html网页可以浏览 ASP却不能 不知是何原因。刚刚开始学ASP
望高手指点