ASP - Server.CreateObject(“MSWC.NextLink”问题在Vista上使用IIS 7 [英] ASP -- Server.CreateObject("MSWC.NextLink" problem on Vista with IIS 7

查看:91
本文介绍了ASP - Server.CreateObject(“MSWC.NextLink”问题在Vista上使用IIS 7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好:


我刚用Vista Business Edition和IIS 7设置新机器。

我必须启用IIS 7属性,包括IIS管理器。不确定我需要什么

选项我把它们全部打开,即使远程看起来像我可能

需要它们。


IIS管理器对我来说看起来很陌生,但最终我想出了如何添加

a虚拟文件夹。然后我开始用html,javascript和

vbscript制作脚本文件。我将使用以下URL通过IIS 7运行它们:
http:// localhost / .. /文件名。这一切都运行良好,我能够尝试

我在IIS 6下使用的大部分代码。


然后我开始添加ASP服务器 - 调用脚本。我尝试了几个

对象:Request,Response..etc。他们工作得很好。当我开始使用Server对象时,问题开始了




特别是当我添加行时:


objCLC = Server.CreateObject(" MSWC.NextLink")

当我添加此行时,Web浏览器会指示存在服务器问题。

I相信这些调用来自一个activex对象,所以有可能在IIS 7配置的某个地方我不允许使用activex

对象吗?


我们将非常感谢任何帮助

Hi All:

I just setup a new machine with Vista Business Edition and IIS 7.
I had to turn on IIS 7 attributes including the IIS Manager. Not sure what
options I needed I turn them all on that even remotely look like I might
need them.

The IIS Manager looks total foreign to me but eventually I figure how to add
a virtual folder. I then started making script files in html, javascript and
vbscript. I would run them through IIS 7 using the URL:
http://localhost/../filename. This all worked fine and I was able to try
most of the code that I had used on IIS 6 under XP.

I then start adding ASP server-side calls to the script. I tried several
objects: Request, Response..etc. and they worked fine. The problem started
when I started using the Server object.

In particular when I added the line:

objCLC = Server.CreateObject("MSWC.NextLink")

When I add this line the Web Browser indicates that there is server problem.
I believe that these calls are from an activex object so is it possible that
somewhere in the IIS 7 configuration I haven''t allow permission for activex
objects?

Any help will be greatly appreciated

推荐答案

确保机器上安装了Nextlink.dll


make sure Nextlink.dll is installed on the machine



Jon Jon:


我在system32文件夹中检查了它,它是不是他们的。在其他地方我应该看看

吗?

另外,如果它不存在我该怎么做才能安装。我有Vista

商业版,在控制面板下的安装/打开部分我检查了所有选项,包括ASP.NET,不应该这样安装吗?


" Jon Paal [MSMD]" < Jon nospam Paal @ everywhere dot comwrote in message

news:13 ************* @ corp.supernews.com ...
Hi Jon:

I did check for it in the system32 folder and it was not their. Is there
somewhere else I should look?
Also, if it is not there what do I do to get installed. I have Vista
Business Edition and in the install/open section under the Control Panel I
checked all the options including "ASP.NET", shouldn''t that install it ?

"Jon Paal [MSMD]" <Jon nospam Paal @ everywhere dot comwrote in message
news:13*************@corp.supernews.com...

确保机器上安装了Nextlink.dll

make sure Nextlink.dll is installed on the machine



John写道星期一,2007年7月16日10:17:30 -0400:
John wrote on Mon, 16 Jul 2007 10:17:30 -0400:

大家好:


我刚刚设置了一台新机器使用Vista商业版和IIS 7.

我必须打开IIS 7属性,包括IIS管理器。不确定我需要什么

选项我把它们全部打开,即使远程看起来像我可能

需要它们。


IIS管理器对我来说看起来很陌生,但最终我想到了如何在
中添加一个虚拟文件夹。然后我开始用html制作脚本文件,

javascript和vbscript。我将使用以下URL通过IIS 7运行它们:
http:// localhost / .. /文件名。这一切都运行良好,我能够尝试

我在IIS 6下使用的大部分代码。


然后我开始添加ASP服务器 - 调用脚本。我尝试了几个

对象:Request,Response..etc。他们工作得很好。当我开始使用Server对象时,问题开始了




特别是当我添加行时:


objCLC = Server.CreateObject(" MSWC.NextLink")

当我添加此行时,Web浏览器会指示存在服务器

问题。我相信这些调用来自一个activex对象,所以它是否可能在IIS 7配置中某处我不允许对activex对象进行
的许可?


将非常感谢任何帮助
Hi All:

I just setup a new machine with Vista Business Edition and IIS 7.
I had to turn on IIS 7 attributes including the IIS Manager. Not sure what
options I needed I turn them all on that even remotely look like I might
need them.

The IIS Manager looks total foreign to me but eventually I figure how to
add a virtual folder. I then started making script files in html,
javascript and vbscript. I would run them through IIS 7 using the URL:
http://localhost/../filename. This all worked fine and I was able to try
most of the code that I had used on IIS 6 under XP.

I then start adding ASP server-side calls to the script. I tried several
objects: Request, Response..etc. and they worked fine. The problem started
when I started using the Server object.

In particular when I added the line:

objCLC = Server.CreateObject("MSWC.NextLink")

When I add this line the Web Browser indicates that there is server
problem. I believe that these calls are from an activex object so is it
possible that somewhere in the IIS 7 configuration I haven''t allow
permission for activex objects?

Any help will be greatly appreciated



MSWC组件是旧IIS资源工具包安装的一部分,他们

不随IIS一起提供。他们也是PWS的一部分。除非你能找到IIS4的旧安装,否则你无法在你的

IIS7设置上运行,即使你确实找到旧的安装文件没有

保证他们会工作。


Dan

The MSWC components were part of the old IIS Resource Kit installation, they
are not shipped with IIS. They were also part of PWS. Unless you can find
the old installation for IIS4 you won''t be able to get this running on your
IIS7 setup, and even if you do find the old installation files there''s no
guarantee that they''ll work.

Dan


这篇关于ASP - Server.CreateObject(“MSWC.NextLink”问题在Vista上使用IIS 7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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