Board index » delphi » Can I use IntraWeb to make Internet WebSites?

Can I use IntraWeb to make Internet WebSites?


2005-06-26 09:49:32 AM
delphi140
Hi, I am starting to use IntraWeb components. I have programed for about 6
years using delphi, but I just starting to use Delphi 7.
I see in the demos\intraWeb something that looks to be related with internet
web sites.
My question it is , can use this intraWeb components to make a webSite using
IIS ?
How can I do this ? I mean when I run the Web sample I don't see the
address of the page, and seeing the directory of the project I don't see
anything can be adressed from the browsed, so my question is, if I make
directory c:\inetpub\wwwroot\projDir public as \localhost\projDir and
my project is called myProj.exe how can I access the page from the
browser. Thank You.
 
 

Re:Can I use IntraWeb to make Internet WebSites?

Raul Trasviqa writes:
Quote
Hi, I am starting to use IntraWeb components. I have programed for
about 6 years using delphi, but I just starting to use Delphi 7.
I see in the demos\intraWeb something that looks to be related with
internet web sites.
My question it is , can use this intraWeb components to make a webSite
using IIS ?
Yes of course you can. See the GuessDLL demo in the demos folder.
Quote
How can I do this ? I mean when I run the Web sample I don't see the
address of the page, and seeing the directory of the project I don't
see anything can be adressed from the browsed, so my question is, if
I make directory c:\inetpub\wwwroot\projDir public as
\localhost\projDir and my project is called myProj.exe how can I
access the page from the browser. Thank You.
Please look at the documentation. it is all explained with examples of
configuring IIS, etc.
 

Re:Can I use IntraWeb to make Internet WebSites?

I had asked a similar question & i was given the reply that IW can be used
only for web applications & not web sites.
What new feature has been introduced to make this possible?
I had also asked for a proper demo for making a web site with IW similar to
what is available for Delphi 2005 (asp.net examples)
Venkatesh
"Hadi Hariri" <XXXX@XXXXX.COM>writes
Quote
Raul Trasviqa writes:

>Hi, I am starting to use IntraWeb components. I have programed for
>about 6 years using delphi, but I just starting to use Delphi 7.
>I see in the demos\intraWeb something that looks to be related with
>internet web sites.
>My question it is , can use this intraWeb components to make a webSite
>using IIS ?

Yes of course you can. See the GuessDLL demo in the demos folder.

>How can I do this ? I mean when I run the Web sample I don't see the
>address of the page, and seeing the directory of the project I don't
>see anything can be adressed from the browsed, so my question is, if
>I make directory c:\inetpub\wwwroot\projDir public as
>\localhost\projDir and my project is called myProj.exe how can I
>access the page from the browser. Thank You.

Please look at the documentation. it is all explained with examples of
configuring IIS, etc.
 

Re:Can I use IntraWeb to make Internet WebSites?

I forgot to mention that the reply was given by
Chad Z. Hower aka Kudzu
Venkatesh
"VT Venkatesh" <XXXX@XXXXX.COM>writes
Quote
I had asked a similar question & i was given the reply that IW can be used
only for web applications & not web sites.
What new feature has been introduced to make this possible?
I had also asked for a proper demo for making a web site with IW similar
to
what is available for Delphi 2005 (asp.net examples)
Venkatesh
"Hadi Hariri" <XXXX@XXXXX.COM>writes
news:42be4fc5$XXXX@XXXXX.COM...
>Raul Trasviqa writes:
>
>>Hi, I am starting to use IntraWeb components. I have programed for
>>about 6 years using delphi, but I just starting to use Delphi 7.
>>I see in the demos\intraWeb something that looks to be related with
>>internet web sites.
>>My question it is , can use this intraWeb components to make a webSite
>>using IIS ?
>
>Yes of course you can. See the GuessDLL demo in the demos folder.
>
>>How can I do this ? I mean when I run the Web sample I don't see the
>>address of the page, and seeing the directory of the project I don't
>>see anything can be adressed from the browsed, so my question is, if
>>I make directory c:\inetpub\wwwroot\projDir public as
>>\localhost\projDir and my project is called myProj.exe how can I
>>access the page from the browser. Thank You.
>
>Please look at the documentation. it is all explained with examples of
>configuring IIS, etc.


 

Re:Can I use IntraWeb to make Internet WebSites?

Thank You, I made the demos\guess a Virtual Directory localhost\iw and I
accessed from the browse the GuessDLL\start
but it ask me for a Username and a Password can you call me which Username
and password do I hiave to type ?
 

Re:Can I use IntraWeb to make Internet WebSites?

Raul Trasviqa writes:
Quote
Thank You, I made the demos\guess a Virtual Directory localhost\iw
and I accessed from the browse the GuessDLL\start
but it ask me for a Username and a Password can you call me which
Username and password do I hiave to type ?
That is because you have not configured IIS/NTFS correctly. Did you
read the manual?
 

Re:Can I use IntraWeb to make Internet WebSites?

VT Venkatesh writes:
Quote
I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
What new feature has been introduced to make this possible?
I had also asked for a proper demo for making a web site with IW
similar to what is available for Delphi 2005 (asp.net examples)
Venkatesh
Can you use Delphi to make "Hello World" Application? it is the same
thing. Intraweb is designed to use it is full power to develop
applications. However you can use both the Application mode or the Page
Mode to develop dynamic websites. You can also use Intraweb pages
(IWP'S). Depends on your needs.
You might also be interested in looking at www.atozed.com/iws (IntraWeb
Studio)
 

Re:Can I use IntraWeb to make Internet WebSites?

Quote
I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
It works equally well for web applications and web sites, but it really
shines when buiding web applications due to it is state management.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
 

Re:Can I use IntraWeb to make Internet WebSites?

Quote
I forgot to mention that the reply was given by
Then you misunderstood his reply.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
 

Re:Can I use IntraWeb to make Internet WebSites?

I did not
Venkatesh
"Jason Southwell" <XXXX@XXXXX.COM>writes
Quote

>I forgot to mention that the reply was given by

Then you misunderstood his reply.

--
Jason Southwell
www.arcanatech.com

Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
 

Re:Can I use IntraWeb to make Internet WebSites?

Quote
I did not
If that was your conclusion, then you most certainly did.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
 

Re:Can I use IntraWeb to make Internet WebSites?

If that is your understanding then you are misunderstanding !
Venkatesh
"Jason Southwell" <XXXX@XXXXX.COM>writes
Quote

>I did not

If that was your conclusion, then you most certainly did.

--
Jason Southwell
www.arcanatech.com

Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
 

Re:Can I use IntraWeb to make Internet WebSites?

Quote
>If that is your understanding then you are misunderstanding !
From: "VT Venkatesh" <XXXX@XXXXX.COM>
Date: Sun, 26 Jun 2005 18:40:51 +0530
Message-ID: <42bea97d$XXXX@XXXXX.COM>
I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
What new feature has been introduced to make this possible?
This is clearly a misunderstanding because it is 100% untrue. PageMode
has been around since IW 4 (IIRC) and Chad, the person you are quoting,
knows this well.
But even AppMode can be used to develop websites, though it is overkill.
A great example of such a site is dipex.org.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
 

Re:Can I use IntraWeb to make Internet WebSites?

My intention is not to prolong the argumnet.How ever i am not able to find
my post & Chad's reply.
If they can be reproduced you would understand what i am trying to convey
Venkatesh
"Jason Southwell" <XXXX@XXXXX.COM>writes
Quote

>>If that is your understanding then you are misunderstanding !

>From: "VT Venkatesh" <XXXX@XXXXX.COM>
>Date: Sun, 26 Jun 2005 18:40:51 +0530
>Message-ID: <42bea97d$XXXX@XXXXX.COM>

>I had asked a similar question & i was given the reply that IW can be
>used only for web applications & not web sites.
>What new feature has been introduced to make this possible?

This is clearly a misunderstanding because it is 100% untrue. PageMode
has been around since IW 4 (IIRC) and Chad, the person you are quoting,
knows this well.

But even AppMode can be used to develop websites, though it is overkill.
A great example of such a site is dipex.org.


--
Jason Southwell
www.arcanatech.com

Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
 

Re:Can I use IntraWeb to make Internet WebSites?

Jason Southwell writes:
Quote
>>If that is your understanding then you are misunderstanding !


>From: "VT Venkatesh" <XXXX@XXXXX.COM>
>Date: Sun, 26 Jun 2005 18:40:51 +0530
>Message-ID: <42bea97d$XXXX@XXXXX.COM>


>I had asked a similar question & i was given the reply that IW can be
>used only for web applications & not web sites.
>What new feature has been introduced to make this possible?


This is clearly a misunderstanding because it is 100% untrue. PageMode
has been around since IW 4 (IIRC) and Chad, the person you are quoting,
knows this well.

But even AppMode can be used to develop websites, though it is overkill.
A great example of such a site is dipex.org.


In fact, we can biuld "websites" with iw but for what you can do it with
others script languajes and you will say with iw too, but for me is easier
build biuld websites with php or asp that iw, why because, iw doesn`t
let us use a 100% the javascript that es my reason.... we have to
override events or some thing like that to do that and that doesn`t help
us...
Geovany Ayala
Los Mochis, Sinaloa, Mexico