utah
April 28th, 2002, 06:25 AM
Hallo! Sorry for my English... I have Win2000pro sp2, IIS 5, IE5. When I try to browse asp-file on my workstation, IE shows an error message:
(it's hardly to translate but I try =)
<skipped>
...
HTTP 500.100 - internal server error - ASP-error
Internet Information Services.
----------------------------------------------
Technical information for members of support services:
-Type of error: Active Server Pages, ASP 0221 (0x80004005)
Impossible directive of command @
Óêàçàí íåèçâåñòíûé èëè íåäîïóñòèìûé ïàðàìåòð
Impossible or unknown parametr was mentioned 'SCRIPT LANGUAGE="VBSCRIPT"'.
/testasp.asp, line 1
...
<skipped>
And testasp.asp:
<%@SCRIPT LANGUAGE="VBSCRIPT"%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 4.0">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>ASP Example</TITLE>
</HEAD>
<BODY BGCOLOR="WHITE">
<%For x = 1 to 6%>
<FONT FACE="ARIAL" SIZE=<%=x%>>
ActiveX Is Cool!
</FONT>
<P>
<%Next%>
</BODY>
</HTML>
Help me please...
(it's hardly to translate but I try =)
<skipped>
...
HTTP 500.100 - internal server error - ASP-error
Internet Information Services.
----------------------------------------------
Technical information for members of support services:
-Type of error: Active Server Pages, ASP 0221 (0x80004005)
Impossible directive of command @
Óêàçàí íåèçâåñòíûé èëè íåäîïóñòèìûé ïàðàìåòð
Impossible or unknown parametr was mentioned 'SCRIPT LANGUAGE="VBSCRIPT"'.
/testasp.asp, line 1
...
<skipped>
And testasp.asp:
<%@SCRIPT LANGUAGE="VBSCRIPT"%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 4.0">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>ASP Example</TITLE>
</HEAD>
<BODY BGCOLOR="WHITE">
<%For x = 1 to 6%>
<FONT FACE="ARIAL" SIZE=<%=x%>>
ActiveX Is Cool!
</FONT>
<P>
<%Next%>
</BODY>
</HTML>
Help me please...