无效的默认脚本语言 [英] Invalid Default Script Language

查看:73
本文介绍了无效的默认脚本语言的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的计算机上安装了IIS(XP专业版) - - 我安装了DotNet Framework

- -

ASP.net运行良好 - 但是任何时候我运行最简单的经典ASP

脚本/页面,我收到以下错误:


Active Server Pages错误''ASP 0201''


无效的默认脚本语言


为此应用程序指定的默认脚本语言无效。


我''尝试在页面顶部添加Language = VBscript

我已经进入IIS - 默认语言是VBScript - 我试过改变

到Javascript又回来了 - 没有运气。

尝试重新注册asp.dll和其他人,比如scrrun.dll,只是因为网上有人建议使用它。

IIS重置 - 没有


我尝试了很多其他的东西 - 但是还没有运气 -


任何想法?

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?

推荐答案

Elmo Watson写道:
Elmo Watson wrote:
我的计算机上安装了IIS(XP专业版) - 我安装了DotNet
框架 -
ASP.net运行良好 - 但随时都有我运行最简单的经典ASP
脚本/页面,我收到以下错误:

Active Server Pages错误''ASP 0201''
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''



这有用吗(参见知识库文章)?
http ://www.aspfaq.com/show.asp?id = 2371


Bob Barrows

-

Microsoft MVP - ASP / ASP.NET

请回复新闻组。我的From

标题中列出的电子邮件帐户是我的垃圾邮件陷阱,因此我不经常检查它。通过发布到新闻组,您将获得更快的回复。


Does this help (see the KB article)?
http://www.aspfaq.com/show.asp?id=2371

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don''t check it very often. You will get a
quicker response by posting to the newsgroup.


是的 - 完成所有工作 -

put :

<%language =" VBScript"%>

甚至尝试没有双引号并完全删除它

进入IIS - 使VBScript成为默认的脚本语言(默认情况下会出现



另一个建议是改为Javascript - 再次打开并更改

回到VBScript - 也是这样做的。


安装5.6脚本引擎


都无济于事。它仍然无法正常工作 - 我只有一个页面:

<%

response.Write(" whatever)

%>


没什么 - 同样的错误。

" Bob Barrows [MVP]" <再****** @ NOyahoo.SPAMcom>在消息中写道

news:uz ************* @ TK2MSFTNGP15.phx.gbl ...
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.
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:uz*************@TK2MSFTNGP15.phx.gbl...
Elmo Watson写道:
Elmo Watson wrote:
我的计算机上安装了IIS(XP专业版) - 我安装了DotNet
框架 -
ASP.net运行正常 - 但是每次运行最简单的Classic ASP
脚本/页面,我收到以下错误:

Active Server Pages错误''ASP 0201''
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''


这有用吗(参见知识库文章) ?
http://www.aspfaq.com/show .asp?id = 2371

Bob Barrows
-
Microsoft MVP - ASP / ASP.NET
请回复新闻组。我的From
标题中列出的电子邮件帐户是我的垃圾邮件陷阱,因此我不经常检查它。通过发布到新闻组,您将得到更快的回复。


Does this help (see the KB article)?
http://www.aspfaq.com/show.asp?id=2371

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don''t check it very often. You will get a
quicker response by posting to the newsgroup.






我是唯一一个'有这个问题并且无法解决这个问题吗?

Elmo Watson < SP ********** @ No.Spam.Yahho.com>在消息中写道

新闻:eL ************** @ TK2MSFTNGP14.phx.gbl ...
Am I the only one who''s had this problem and can''t get it fixed?
"Elmo Watson" <sp**********@No.Spam.Yahho.com> wrote in message
news:eL**************@TK2MSFTNGP14.phx.gbl...
是的 - 完成了所有工作 -
把:
<%language =" VBScript"%>
即使尝试没有双引号并完全删除它
进入IIS - 使VBScript成为默认脚本语言(无论如何都是
默认情况下)
另一个建议是改为Javascript - 再次打开它并将其改回
它回到VBScript - 做到了安装5.6脚本引擎

都无济于事。它仍然无法正常工作 - 我只有一个页面:
<%
response.Write(" whatever)
%>
<没什么 - 同样的错误。

" Bob Barrows [MVP]" <再****** @ NOyahoo.SPAMcom>在消息中写道
新闻:uz ************* @ TK2MSFTNGP15.phx.gbl ...
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.
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:uz*************@TK2MSFTNGP15.phx.gbl...
Elmo Watson写道:
Elmo Watson wrote:
我的计算机上安装了IIS(XP专业版) - - 我安装了DotNet
框架 -
ASP.net运行正常 - 但是每次运行最简单的经典ASP 脚本/页面,我收到以下错误:

Active Server Pages错误''ASP 0201''
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''


这有用吗(参见知识库文章)?
http://www.aspfaq.com/show.asp?id = 2371

Bob Barrows
-
Microsoft MVP - ASP / ASP.NET
请回复新闻组。我的From
标题中列出的电子邮件帐户是我的垃圾邮件陷阱,因此我不经常检查它。通过发布到新闻组,您将得到更快的回复。


Does this help (see the KB article)?
http://www.aspfaq.com/show.asp?id=2371

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don''t check it very often. You will get a
quicker response by posting to the newsgroup.




这篇关于无效的默认脚本语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆