Invalid Default Script Language

E

Elmo Watson

I have IIS installed on my computer (XP pro) - - I have the DotNet Framework
installed - -
ASP.net runs fine - but any time I run even the simplest Classic ASP
script/page, I get the following error:

Active Server Pages error 'ASP 0201'

Invalid Default Script Language

The default script language specified for this application is invalid.

I've tried adding Language=VBscript at the top of the page
I've gone into IIS - the default language is VBScript - I've tried changing
it to Javascript and back again - no luck.
Tried re-registering the asp.dll and others, like scrrun.dll, just because
someone on the net suggested it.
IIS Reset - nothing

I've tried numerous other things - but no luck still - -

any ideas?
 
B

Bob Barrows [MVP]

Elmo said:
I have IIS installed on my computer (XP pro) - - I have the DotNet
Framework installed - -
ASP.net runs fine - but any time I run even the simplest Classic ASP
script/page, I get the following error:

Active Server Pages error 'ASP 0201'
Does this help (see the KB article)?
http://www.aspfaq.com/show.asp?id=2371

Bob Barrows
 
E

Elmo Watson

Yep - done it all -
put :
<% language="VBScript"%>
even tried without the double quotes and removing it altogether
Went into IIS - made VBScript the default scripting language (which comes up
by default anyway)
Another suggestion was to change to Javascript - open it up again and change
it back to VBScript - did that too.

Installed 5.6 of the scripting engine

all to no avail. It still doesn't work - - I am down to a page with only:
<%
response.Write ("whatever")
%>

Nothing - same error.
 
D

Dave Anderson

Elmo said:
Am I the only one who's had this problem and can't get it fixed?

It would help if the @ were included to indicate this is a directive:

<%@ Language=VBScript %>

http://msdn.microsoft.com/library/en-us/iissdk/html/032a306b-a135-4164-a563-5e2e08ff4437.asp



--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
 
D

Dave Anderson

I've the same problem
Anyone can solve it?

http://tinyurl.com/beq8b



--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
 
E

Elmo Watson

Sorry - - I've seen this - - it doesn't work either - - I've changed it in
the page - I've changed it in IIS
I've re-registered the asp.dll

so far -- nothing tried has fixed the problems
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top