需要有关设置ASP应用程序的说明 [英] Need Instructions on Setting up an ASP Application

查看:66
本文介绍了需要有关设置ASP应用程序的说明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

之前我没有使用过ASP。是否有关于如何设置asp目录结构的菜单说明。我不清楚我必须如何标记目录(虚拟或物理),所以它们都将被视为

成为同一个应用程序的一部分。谢谢。

I have not used ASP before. Are there cookbook instructions for how to
set up an asp directory structure. It is not clear to me how I must
mark directories (virtual or physical), so they will all be considered
to be part of the same application. Thanks.

推荐答案

首先需要安装IIS。这将在你的c:\驱动器上创建一个目录
(假设你已经将它安装到c :),名为

C:\ Inetpub。在这个文件夹中有一个目录wwwroot。


在这个文件夹中,你必须为你的

将要创建的每个web应用创建其他文件夹。所以你的网络目录可能是

C:\ Inetpub \ www.root \ firstwebapp。


在firstwebapp中你放了所有的asp,html等文件。我建议你还使用
在这个文件夹中使用文件夹对文件进行逻辑排序。


创建文件后,打开浏览器并输入

以下查看您的应用

http: //localhost/firstwebapp/firstpage.asp

我认为这是一个非常好的开始。这实际上非常简单

大多数问题都可以通过网上寻求帮助来解决

Firstly you need to have IIS installed. This will create a directory on
your c:\ drive (assuming you have installed it to c:) called
C:\Inetpub. In this folder there is a directory wwwroot.

In this folder you must create other folders for each web app that your
are going to make. So your web directory could be
C:\Inetpub\wwwroot\firstwebapp.

In firstwebapp you put all your asp, html etc files. I suggest you also
use folders with in this folder to sort the file logically.

Once you have created your files, open your browser and enter the
following to view your app

http://localhost/firstwebapp/firstpage.asp

I think that that is a pretty good start. It is actually really easy
and most problems can be solved just by looking on the net for help


2005年9月27日15:23:17 -0700,SMAccount < SM ******* @ gmail.com>

写道:
On 27 Sep 2005 15:23:17 -0700, "SMAccount" <SM*******@gmail.com>
wrote:
我以前没用过ASP。是否有关于如何设置asp目录结构的菜谱说明。我不清楚我必须如何标记目录(虚拟或物理),因此它们都将被视为同一应用程序的一部分。谢谢。
I have not used ASP before. Are there cookbook instructions for how to
set up an asp directory structure. It is not clear to me how I must
mark directories (virtual or physical), so they will all be considered
to be part of the same application. Thanks.




对于ASP,没有必要的结构。您正在描述ASP.NET

设置,这将是一个不同的组。 ASP.NET组在名称中有
dotnet,ASP Classic组只有ASP。


Jeff



For ASP, there si no required structure. You''re describing ASP.NET
settings, which would be a different group. The ASP.NET groups have
dotnet in the name, the ASP Classic groups have just ASP.

Jeff


好的,谢谢,但如何将虚拟文件夹添加到应用程序和

" mark"它是应用程序的一部分吗?

OK thanks, but how do I add a virtual folder to an application and
"mark" it as being part ot the application?


这篇关于需要有关设置ASP应用程序的说明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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