
November 2nd, 2004, 07:20 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
ASP 0201 error
hi,
I recently installed IIS in my system. Followed the usual steps to create a simple .asp page like creating a virtual directory under IIS & then browsing the page. But I get this error all the time.
Active Server Pageserror 'ASP 0201'
Invalid Default Script Language The default script language specified for this application is invalid.
My default scripting language is set to VBScript. The code in the page is very simple like
<%@ Language="VBScript" %>
<html>
<body>
<%
Response.Write("Hello")
%>
</body>
</html>
I have .net framework installed in my system, after installing IIS. That works fine. I am unable to browse the iishelp pages also.
My OS is Windows 2000 & IIS 5.0
Thanking in advance ...
|