创建ASP页面的最佳位置在哪里 [英] Where is the best place to create ASP pages

查看:83
本文介绍了创建ASP页面的最佳位置在哪里的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我在ASP(非.NET但版本3)项目上工作。这个项目

在我们的服务器上进行开发。我使用SQL-SERVER,IIS和VB for DLL。

在服务器上,我创建了一个文件夹,其项目名称为Aptitudes。在

inetpub / wwwroot /。

我最近和一位外部顾问谈过,他告诉我,当我创建我的时候,我确实错了。 Aptitudes文件夹。

他说,当我们准备好在一台商品服务器上转移项目时,一切都会出错,因为我没有把我的项目搞砸/>
直接在inetpub下。 Dll不会看到我的项目,等等...


这是真的吗?我不明白为什么会这么复杂。


任何人都有一些好的读物。


Tks buddy''s

Hi everyone, i work on a ASP (Not .NET but version 3) project. This project
is on our server for development. I use SQL-SERVER, IIS and VB for DLL.
On the server i have create a folder with my project name "Aptitudes" under
inetpub/wwwroot/.
I recently talked with an external consultant and he told me that I did
something wrong when I created my Aptitudes folder.
He said that when we will be ready for transfering the project on a
commercial server everything will go wrong because I didn''t put my project
directly under inetpub. Dll will not see my project, and so on...

Is it the truth? I don''t understand why it will be so complicated.

Anyone have some good reading for me.

Tks buddy''s

推荐答案

如果是这种情况,那就是设计糟糕且不可配置的dll。你的

网站应该能够在服务器上随处存在,它不应该是b
。这比想要安装在C:\程序中的程序更加asinine

文件当你是%programfiles%是D:\ program文件或你的%systemdrive%

是D:。


如果这个dll仅在您的网站位于C:\inetpub \ www.root(或甚至

%systemdrive)时才有效%\inetpub \ www.root),我会诅咒这个人的退款和

告诉他去放风筝。这只是糟糕的编程而且这个人显然是在真空中工作的。


Ray在工作中


" ; GhislainTanguay" < FR *************** @ hotmail.com>在消息中写道

新闻:eG ************** @ TK2MSFTNGP10.phx.gbl ...
If that is the case, that is a poorly designed and unconfigurable dll. Your
site should be able to exist ANYWHERE on the server and it should not
matter. This is more asinine as programs that want to install in C:\Program
Files when you''re %programfiles% is D:\program files or your %systemdrive%
is D:.

If this dll only works if your site is in C:\inetpub\wwwroot (or even
%systemdrive%\inetpub\wwwroot), I would curse a refund from the person and
tell him to go fly a kite. That is just awful programming and the person
obviously works in a vacuum.

Ray at work

"GhislainTanguay" <fr***************@hotmail.com> wrote in message
news:eG**************@TK2MSFTNGP10.phx.gbl...
大家好,我工作在ASP(非.NET但版本3)项目上。这个
项目在我们的服务器上进行开发。我使用SQL-SERVER,IIS和VB作为DLL。
在服务器上我创建了一个文件夹,其项目名称为Aptitudes。
在inetpub / wwwroot /。

我最近和一位外部顾问谈过,他告诉我,当我创建我的Aptitudes文件夹时,我做错了。
他说当我们准备好在商业服务器上转移项目时,一切都会出错,因为我没有把我的项目直接放在inetpub下。 Dll不会看到我的项目,等等......

这是真的吗?我不明白为什么会这么复杂。

任何人都有一些好的阅读。

Tks buddy''s
Hi everyone, i work on a ASP (Not .NET but version 3) project. This project is on our server for development. I use SQL-SERVER, IIS and VB for DLL.
On the server i have create a folder with my project name "Aptitudes" under inetpub/wwwroot/.
I recently talked with an external consultant and he told me that I did
something wrong when I created my Aptitudes folder.
He said that when we will be ready for transfering the project on a
commercial server everything will go wrong because I didn''t put my project
directly under inetpub. Dll will not see my project, and so on...

Is it the truth? I don''t understand why it will be so complicated.

Anyone have some good reading for me.

Tks buddy''s



创建ASP页面的最佳位置是在赤道地区的海滩上

;)


我没有看到你按照自己的方式设置文件夹有任何问题。你可能需要知道一些变化。


例如:如果你使用虚拟包含


<! - #Include Virtual =" Aptitudes\IncludeFiles\theFile.asp" - >


然后转移到商业服务器。没有Aptitudes文件夹。

你需要调整这些参考文献。


" GhislainTanguay" < FR *************** @ hotmail.com>在消息中写道

新闻:eG ************** @ TK2MSFTNGP10.phx.gbl ...
The best place to create an ASP page is on the beach in an equatorial region
;)

I don''t see any problem with setting up your folders the way you have. You
may have to be aware of some changes.

For example: if you use a virtual include

<!--#Include Virtual="Aptitudes\IncludeFiles\theFile.asp"-->

then transfer to a "commercial server" without the "Aptitudes" folder.
You''ll need to adjust those references.

"GhislainTanguay" <fr***************@hotmail.com> wrote in message
news:eG**************@TK2MSFTNGP10.phx.gbl...
大家好,我工作在ASP(非.NET但版本3)项目上。这个
项目在我们的服务器上进行开发。我使用SQL-SERVER,IIS和VB作为DLL。
在服务器上我创建了一个文件夹,其项目名称为Aptitudes。
在inetpub / wwwroot /。

我最近和一位外部顾问谈过,他告诉我,当我创建我的Aptitudes文件夹时,我做错了。
他说当我们准备好在商业服务器上转移项目时,一切都会出错,因为我没有把我的项目直接放在inetpub下。 Dll不会看到我的项目,等等......

这是真的吗?我不明白为什么会这么复杂。

任何人都有一些好的阅读。

Tks buddy''s
Hi everyone, i work on a ASP (Not .NET but version 3) project. This project is on our server for development. I use SQL-SERVER, IIS and VB for DLL.
On the server i have create a folder with my project name "Aptitudes" under inetpub/wwwroot/.
I recently talked with an external consultant and he told me that I did
something wrong when I created my Aptitudes folder.
He said that when we will be ready for transfering the project on a
commercial server everything will go wrong because I didn''t put my project
directly under inetpub. Dll will not see my project, and so on...

Is it the truth? I don''t understand why it will be so complicated.

Anyone have some good reading for me.

Tks buddy''s



嘿,被称为Aptitudes的或Ineptitudes或Ineptitudes。 :-)


-

Aaron Bertrand

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


" ; Ray at<%= sLocation%>" < myfirstname at lane34 dot com>在消息中写道

news:eM ************** @ tk2msftngp13.phx.gbl ...
Heh, was that called "Aptitudes" or "Ineptitudes" :-)

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


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eM**************@tk2msftngp13.phx.gbl...
如果是这样的话,这是一个设计不佳和不可配置的DLL。
您的网站应该能够在服务器上任何地方存在,它不应该重要。当你的%programfiles%是D:\ program文件或你的%systemdrive%
是D:。时,这更像是想要安装在
C:\Program文件中的程序。 br />
如果你的网站在C:\inetpub \ www.root(甚至是/或%systemdrive%\inetpub \ www.root)中,这个dll只能运行,我会诅咒退款人和
告诉他去放风筝。这只是糟糕的编程而且这个人显然是在真空中工作。

Ray在工作中

GhislainTanguay < FR *************** @ hotmail.com>在消息中写道
新闻:eG ************** @ TK2MSFTNGP10.phx.gbl ...
If that is the case, that is a poorly designed and unconfigurable dll. Your site should be able to exist ANYWHERE on the server and it should not
matter. This is more asinine as programs that want to install in C:\Program Files when you''re %programfiles% is D:\program files or your %systemdrive%
is D:.

If this dll only works if your site is in C:\inetpub\wwwroot (or even
%systemdrive%\inetpub\wwwroot), I would curse a refund from the person and
tell him to go fly a kite. That is just awful programming and the person
obviously works in a vacuum.

Ray at work

"GhislainTanguay" <fr***************@hotmail.com> wrote in message
news:eG**************@TK2MSFTNGP10.phx.gbl...
大家好,我在ASP上工作(不是.NET而是版本3)项目。这个
Hi everyone, i work on a ASP (Not .NET but version 3) project. This


项目

在我们的服务器上进行开发。我使用SQL-SERVER,IIS和VB for DLL。
在服务器上我创建了一个文件夹,其项目名称为Aptitudes
is on our server for development. I use SQL-SERVER, IIS and VB for DLL.
On the server i have create a folder with my project name "Aptitudes"


inetpub下/ wwwroot /。

我最近和一位外部顾问谈过,他告诉我,当我创建Aptitudes文件夹时,我做错了。
他说我们什么时候会准备在商业服务器上转移项目一切都会出错,因为我没有把我的
项目直接放在inetpub下。 Dll不会看到我的项目,等等......

这是真的吗?我不明白为什么会这么复杂。

任何人都有一些好的阅读。

Tks buddy''s
inetpub/wwwroot/.
I recently talked with an external consultant and he told me that I did
something wrong when I created my Aptitudes folder.
He said that when we will be ready for transfering the project on a
commercial server everything will go wrong because I didn''t put my project directly under inetpub. Dll will not see my project, and so on...

Is it the truth? I don''t understand why it will be so complicated.

Anyone have some good reading for me.

Tks buddy''s




这篇关于创建ASP页面的最佳位置在哪里的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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