Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 09:54 AM
GhislainTanguay
Guest
 
Posts: n/a
Default Where is the best place to create ASP pages

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


  #2  
Old July 19th, 2005, 09:54 AM
Ray at
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

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" <fredpoideletethis@hotmail.com> wrote in message
news:eG02KeRuDHA.1888@TK2MSFTNGP10.phx.gbl...[color=blue]
> Hi everyone, i work on a ASP (Not .NET but version 3) project. This[/color]
project[color=blue]
> 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"[/color]
under[color=blue]
> 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
>
>[/color]


  #3  
Old July 19th, 2005, 09:54 AM
TomB
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

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" <fredpoideletethis@hotmail.com> wrote in message
news:eG02KeRuDHA.1888@TK2MSFTNGP10.phx.gbl...[color=blue]
> Hi everyone, i work on a ASP (Not .NET but version 3) project. This[/color]
project[color=blue]
> 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"[/color]
under[color=blue]
> 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
>
>[/color]


  #4  
Old July 19th, 2005, 09:54 AM
Aaron Bertrand - MVP
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

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:eMDxIhRuDHA.2408@tk2msftngp13.phx.gbl...[color=blue]
> If that is the case, that is a poorly designed and unconfigurable dll.[/color]
Your[color=blue]
> 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[/color]
C:\Program[color=blue]
> 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" <fredpoideletethis@hotmail.com> wrote in message
> news:eG02KeRuDHA.1888@TK2MSFTNGP10.phx.gbl...[color=green]
> > Hi everyone, i work on a ASP (Not .NET but version 3) project. This[/color]
> project[color=green]
> > 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"[/color]
> under[color=green]
> > 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[/color][/color]
project[color=blue][color=green]
> > 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
> >
> >[/color]
>
>[/color]


  #5  
Old July 19th, 2005, 09:54 AM
GhislainTanguay
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

I created the Dll ( and put it in the COM+) and this is not my first one
but in th case of ASP yes.
This DLL doesn't have any "hardCode" string.
So, really i cannot see why creating my app right under inetpub is going to
be more easily tranferring than creating it in a subfolder.

I just want some informations if it's true or false to have some arguments
in future conversation with this guy.

If i'm wrong in my thingking ok but if, like I think there is no difference
then i want some arg.


  #6  
Old July 19th, 2005, 09:54 AM
GhislainTanguay
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

Hey, sound good the beach programing.
Tks buddy, you make my day


"GhislainTanguay" <fredpoideletethis@hotmail.com> a écrit dans le message de
news:eG02KeRuDHA.1888@TK2MSFTNGP10.phx.gbl...[color=blue]
> Hi everyone, i work on a ASP (Not .NET but version 3) project. This[/color]
project[color=blue]
> 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"[/color]
under[color=blue]
> 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
>
>[/color]


  #7  
Old July 19th, 2005, 09:54 AM
Aaron Bertrand - MVP
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

It depends on what the DLL does. For example, it might (for some reason)
have hard-coded links to things based on the /root of your web site...

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




"GhislainTanguay" <fredpoi@hotmail.com> wrote in message
news:Jq7zb.179$%i5.10989@news20.bellglobal.com...[color=blue]
> I created the Dll ( and put it in the COM+) and this is not my first one
> but in th case of ASP yes.
> This DLL doesn't have any "hardCode" string.
> So, really i cannot see why creating my app right under inetpub is going[/color]
to[color=blue]
> be more easily tranferring than creating it in a subfolder.
>
> I just want some informations if it's true or false to have some arguments
> in future conversation with this guy.
>
> If i'm wrong in my thingking ok but if, like I think there is no[/color]
difference[color=blue]
> then i want some arg.
>
>[/color]


  #8  
Old July 19th, 2005, 09:54 AM
Rob Meade
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

"TomB" wrote...
[color=blue]
> The best place to create an ASP page is on the beach in an equatorial[/color]
region[color=blue]
> ;)[/color]

I have nothing to offer sorry - but LOL at the above :oD

Rob


  #9  
Old July 19th, 2005, 09:55 AM
Jeff Cochran
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

On Tue, 2 Dec 2003 16:03:48 -0500, "GhislainTanguay"
<fredpoideletethis@hotmail.com> wrote:
[color=blue]
>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/.[/color]
[color=blue]
>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.[/color]

It may or may not be depending on what path coding you use. If you
duplicate the production paths in the development environement it's a
breeze, but sometimes it isn't possible and sometimes clients will
decide your stuff has to be somewhere else. The ASP DLL doesn't
really care, as long as the proper permissions are in place, and if
you use paths relative to your application's root it's trivial to make
work with any placement.

Many times I've used a simple config file for this purpose, with a
base URL or root designation to account for a client moving the
application somewhere else. It's easier in a database driven site,
but even an include works fine, similar to including a database
connection string for easy modification.

Jeff
  #10  
Old July 19th, 2005, 09:55 AM
Jeff Cochran
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

On Tue, 2 Dec 2003 16:11:49 -0500, "TomB" <shuckle@hotmail.com> wrote:
[color=blue]
>The best place to create an ASP page is on the beach in an equatorial region
>;)[/color]

Hey! I resemble that remark! :)

Though I more often am found on the back deck than at the beach, I've
written code at the beach, and even sitting in Sloppy Joe's in Key
West. Laptops are great. WiFi is wonderful, and Bluetooth sets you
free. :)

Jeff
  #11  
Old July 19th, 2005, 09:55 AM
Tom B
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

Need a room mate?
That deck sounds nice, too much snow here.


"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
news:3fcfdfc4.3070404408@msnews.microsoft.com...[color=blue]
> On Tue, 2 Dec 2003 16:11:49 -0500, "TomB" <shuckle@hotmail.com> wrote:
>[color=green]
> >The best place to create an ASP page is on the beach in an equatorial[/color][/color]
region[color=blue][color=green]
> >;)[/color]
>
> Hey! I resemble that remark! :)
>
> Though I more often am found on the back deck than at the beach, I've
> written code at the beach, and even sitting in Sloppy Joe's in Key
> West. Laptops are great. WiFi is wonderful, and Bluetooth sets you
> free. :)
>
> Jeff[/color]


  #12  
Old July 19th, 2005, 09:56 AM
Jeff Cochran
Guest
 
Posts: n/a
Default Re: Where is the best place to create ASP pages

On Wed, 3 Dec 2003 08:16:40 -0500, "Tom B" <shuckle@NOSPAMhotmail.com>
wrote:
[color=blue]
>Need a room mate?
>That deck sounds nice, too much snow here.[/color]

I remember snow. Sort of. Got tired of scraping the windshield with
a credit card and moved to SW Florida.

Jeff

[color=blue]
>"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
>news:3fcfdfc4.3070404408@msnews.microsoft.com.. .[color=green]
>> On Tue, 2 Dec 2003 16:11:49 -0500, "TomB" <shuckle@hotmail.com> wrote:
>>[color=darkred]
>> >The best place to create an ASP page is on the beach in an equatorial[/color][/color]
>region[color=green][color=darkred]
>> >;)[/color]
>>
>> Hey! I resemble that remark! :)
>>
>> Though I more often am found on the back deck than at the beach, I've
>> written code at the beach, and even sitting in Sloppy Joe's in Key
>> West. Laptops are great. WiFi is wonderful, and Bluetooth sets you
>> free. :)
>>
>> Jeff[/color]
>[/color]

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles