IIS设置运行Asp [英] IIS setting to run Asp

查看:56
本文介绍了IIS设置运行Asp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

伙计,


我正在尝试在

Internet Explorer中运行一个简单的asp命令。 (我有Windows XP)


当我在ASP Matrix网络服务器上运行这个asp行时,它是

ok。


但是,当我在IIS上运行它时,它就像asp引擎一样

无效。


我创建了虚拟目录并开始默认

服务器网页但仍无法正常工作。


请让我知道我还要做什么来运行asp

程序在IIS?


谢谢。

解决方案

Web矩阵 - 你在说asp.net还是asp?


创建虚拟目录后,您是如何访问它的?通过
http://localhost/virtualdirectory/default.asp

" Mactash" <一个******* @ discussions.microsoft.com>在消息中写道

news:4e **************************** @ phx.gbl ... < blockquote class =post_quotes>伙计们,

我正在尝试在
Internet Explorer中运行一个简单的asp命令。 (我有Windows XP)

当我在ASP Matrix网络服务器上运行这个asp行时,它是好的。

但是,当我在IIS上运行它时像asp引擎这样的行为不起作用。

我创建了虚拟目录并启动了默认的服务器网页,但仍然无法正常工作。

请告诉我在IIS运行asp
程序还需要做些什么?

谢谢。



什么是不工作是什么意思?


正如汤姆所问,这些ASP页面还是ASPX页面?


-

Aaron Bertrand

SQL Server MVP
http:// www。 aspfaq.com/


" Mactash" <一个******* @ discussions.microsoft.com>在消息中写道

news:4e **************************** @ phx.gbl ... < blockquote class =post_quotes>伙计们,

我正在尝试在
Internet Explorer中运行一个简单的asp命令。 (我有Windows XP)

当我在ASP Matrix网络服务器上运行这个asp行时,它是好的。

但是,当我在IIS上运行它时像asp引擎这样的行为不起作用。

我创建了虚拟目录并启动了默认的服务器网页,但仍然无法正常工作。

请告诉我在IIS运行asp
程序还需要做些什么?

谢谢。



它是asp.net。

简单的程序行如下:


<%@ Page Language =" VB" %>


< HTML>

< BODY>

此页面上次刷新<%= Now ()%>

< / BODY>

< / HTML>


此文件位于wwwroot目录和

当我打开这个时,dosnt显示任何东西

as: http://localhost/default.aspx

它在asp.matrix网络服务器上运行。

我要改变吗IIS或我的程序的设置是

缺少某事?


谢谢大家。

- ---原始消息-----
什么是不工作是什么意思?

正如汤姆所问,这些ASP页面还是ASPX页面?

- Aaron Bertrand
SQL Server MVP http://www.aspfaq.com/


Mactash <一个******* @ discussions.microsoft.com>写在
messagenews:4e **************************** @ phx.gbl ...

伙计,

我正在尝试在
Internet Explorer中运行一个简单的asp命令。 (我有Windows XP)

当我在ASP Matrix网络服务器上运行这个asp行时,
还可以。

但是,当我在IIS上运行它时像asp引擎这样的行为不起作用。

我创建了虚拟目录并启动了默认的服务器网页,但仍然无法正常工作。

请告诉我在IIS上运行asp
程序还需要做些什么呢?

谢谢。





Folks,

I am trying just to run a simple asp commands in the
Internet Explorer. ( I have windows XP)

When I run this asp lines on ASP Matrix web server it is
ok.

But, when I run this on IIS it acts like the asp engine
is not working.

I created the virtual directory and started the default
server web page but still not working.

Please let me know what else I have to do to run asp
program at IIS?

Thanks.

解决方案

Web Matrix - are you talking asp.net or asp?

After you created the virtual directory how did you access it? Through
http://localhost/virtualdirectory/default.asp
"Mactash" <an*******@discussions.microsoft.com> wrote in message
news:4e****************************@phx.gbl...

Folks,

I am trying just to run a simple asp commands in the
Internet Explorer. ( I have windows XP)

When I run this asp lines on ASP Matrix web server it is
ok.

But, when I run this on IIS it acts like the asp engine
is not working.

I created the virtual directory and started the default
server web page but still not working.

Please let me know what else I have to do to run asp
program at IIS?

Thanks.



What does "not working" mean?

And as Tom asked, are these ASP pages, or ASPX pages?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Mactash" <an*******@discussions.microsoft.com> wrote in message
news:4e****************************@phx.gbl...

Folks,

I am trying just to run a simple asp commands in the
Internet Explorer. ( I have windows XP)

When I run this asp lines on ASP Matrix web server it is
ok.

But, when I run this on IIS it acts like the asp engine
is not working.

I created the virtual directory and started the default
server web page but still not working.

Please let me know what else I have to do to run asp
program at IIS?

Thanks.



It is asp.net.
The simple program line is as sollowing:

<%@ Page Language="VB" %>

<HTML>
<BODY>
This page was last refreshed on <%= Now() %>
</BODY>
</HTML>

This file is located at the wwwroot directory and
It dosnt show any thing when I open this
as :http://localhost/default.aspx

It runs at asp.matrix web server.
Shall I change the setting of the IIS or my program is
missing sth?

Thank you folks.

-----Original Message-----
What does "not working" mean?

And as Tom asked, are these ASP pages, or ASPX pages?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Mactash" <an*******@discussions.microsoft.com> wrote in messagenews:4e****************************@phx.gbl...

Folks,

I am trying just to run a simple asp commands in the
Internet Explorer. ( I have windows XP)

When I run this asp lines on ASP Matrix web server it is ok.

But, when I run this on IIS it acts like the asp engine
is not working.

I created the virtual directory and started the default
server web page but still not working.

Please let me know what else I have to do to run asp
program at IIS?

Thanks.


.



这篇关于IIS设置运行Asp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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