Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Compliling ASP project into executable

Reply
Thread Tools

Compliling ASP project into executable

 
 
David Lozzi
Guest
Posts: n/a
 
      02-18-2004
Hello all,

I am deploying many ASP apps and many of them are onto client internal
servers. I was wondering if there was an option to compile my entire ASP
project into an installation executable for easy deployment?

Thanks,
David Lozzi


 
Reply With Quote
 
 
 
 
middletree
Guest
Posts: n/a
 
      02-18-2004
http://www.octopod.net/index.htm


"David Lozzi" <> wrote in message
news:...
> Hello all,
>
> I am deploying many ASP apps and many of them are onto client internal
> servers. I was wondering if there was an option to compile my entire ASP
> project into an installation executable for easy deployment?
>
> Thanks,
> David Lozzi
>
>



 
Reply With Quote
 
 
 
 
Paul Baker [MVP, Windows - SDK]
Guest
Posts: n/a
 
      02-18-2004
David,

I believe ASPs are compiled and cached by IIS.

Why do you wish to compile ASPs? Do you have a performance problem?

Paul

"middletree" <> wrote in message
news:...
> http://www.octopod.net/index.htm
>
>
> "David Lozzi" <> wrote in message
> news:...
> > Hello all,
> >
> > I am deploying many ASP apps and many of them are onto client internal
> > servers. I was wondering if there was an option to compile my entire ASP
> > project into an installation executable for easy deployment?
> >
> > Thanks,
> > David Lozzi
> >
> >

>
>



 
Reply With Quote
 
middletree
Guest
Posts: n/a
 
      02-18-2004
Yes, exactly. The Octopod thing that I linked to has gotten rave reviews,
although I confess I have never used it. But it's perfect for, for example,
putting a project into a CD.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%...
> usually this is so people can make it portable or distributable.
>
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "Paul Baker [MVP, Windows - SDK]" <> wrote in
> message news:%23I$...
> > David,
> >
> > I believe ASPs are compiled and cached by IIS.
> >
> > Why do you wish to compile ASPs? Do you have a performance problem?
> >
> > Paul
> >
> > "middletree" <> wrote in message
> > news:...
> > > http://www.octopod.net/index.htm
> > >
> > >
> > > "David Lozzi" <> wrote in message
> > > news:...
> > > > Hello all,
> > > >
> > > > I am deploying many ASP apps and many of them are onto client

internal
> > > > servers. I was wondering if there was an option to compile my entire

> ASP
> > > > project into an installation executable for easy deployment?
> > > >
> > > > Thanks,
> > > > David Lozzi
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
middletree
Guest
Posts: n/a
 
      02-18-2004
I could see it being useful for school yearbooks, among other things.


"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%...
> I've heard it get decent reviews but to be honest, it's the only product

of
> it's type I know of.
> While I guess it is a great idea I've never seen a valid use for it
> personally......
>
> --
> Curt Christianson



 
Reply With Quote
 
middletree
Guest
Posts: n/a
 
      02-18-2004
Ok, let's say you have been approached to make a school yearbook, or a
church directory, or some such thing, that has the following requirements:
1. Has to contain a database
2. Has to have the ability to show pictures
3. Has to be portable (run off of CD)
4. Has to work on older versions of Windows

What else would you use?


"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:...
> But isn't ASP the wrong technology then?
> I mean if you need to build an app that isnt server based why woul you use
> server based technology? There are many other alternatives that would
> probably be better in the end....
>
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "middletree" <> wrote in message
> news:%...
> > I could see it being useful for school yearbooks, among other things.
> >
> >
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:%...
> > > I've heard it get decent reviews but to be honest, it's the only

product
> > of
> > > it's type I know of.
> > > While I guess it is a great idea I've never seen a valid use for it
> > > personally......
> > >
> > > --
> > > Curt Christianson

> >
> >

>
>



 
Reply With Quote
 
middletree
Guest
Posts: n/a
 
      02-18-2004
You are right, using a language meant for executables is going to be best.
But for people like me not willing to learn a new language, Octopod works.
Not that I've tried it. But if someone wants to pay me to make a directory,
then I guess that would be something I'd consider


"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:OcTZu%...
> Most likely VB6, or C++
> Something that's designed as an executable, not designed as a server app

and
> "converted" to an exe.
> Hey, if someone wants to go that route more power to em, it's just me
> personally that thinks it's a workaround that shouldn't have happened to
> start with.
> The only use I could think of would be to send a "demo" of a site you are
> working on for an off-line eval.
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "middletree" <> wrote in message
> news:...
> > Ok, let's say you have been approached to make a school yearbook, or a
> > church directory, or some such thing, that has the following

requirements:
> > 1. Has to contain a database
> > 2. Has to have the ability to show pictures
> > 3. Has to be portable (run off of CD)
> > 4. Has to work on older versions of Windows
> >
> > What else would you use?
> >
> >
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:...
> > > But isn't ASP the wrong technology then?
> > > I mean if you need to build an app that isnt server based why woul you

> use
> > > server based technology? There are many other alternatives that would
> > > probably be better in the end....
> > >
> > >
> > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > www.Darkfalz.com
> > >
> > >
> > > "middletree" <> wrote in message
> > > news:%...
> > > > I could see it being useful for school yearbooks, among other

things.
> > > >
> > > >
> > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > > > news:%...
> > > > > I've heard it get decent reviews but to be honest, it's the only

> > product
> > > > of
> > > > > it's type I know of.
> > > > > While I guess it is a great idea I've never seen a valid use for

it
> > > > > personally......
> > > > >
> > > > > --
> > > > > Curt Christianson
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
middletree
Guest
Posts: n/a
 
      02-18-2004
(1) I freely admit that I have put a stop to trying to learn everything new.
I have a life to live, and if I learned new languages, I'd do it at the
expense of my roles as a father and husband, among other things. I ahve
great admiration for those willing to pick up new stuff. But I choose not
to.

(2) I didn't pass it off as the appropriate thing for the OP. He asked for
something that would allow him to compile an ASP project. He had already
decided that was what he wanted. I simply told him where he could find it.


"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:...
> Ahhh.... but there in lies the key....
> "...But for people like me not willing to learn a new language.."
> As long as a person is willing to admit they aren't using it or doing it
> that way becuase they honestly think it's the right way to do it...
> I'll admit I use many "shortcuts" which aren't necessarily the right way,
> but they work for me. I just don't try to pass them off to others as an
> appropriate way to do something :}
>
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "middletree" <> wrote in message
> news:%...
> > You are right, using a language meant for executables is going to be

best.
> > But for people like me not willing to learn a new language, Octopod

works.
> > Not that I've tried it. But if someone wants to pay me to make a

> directory,
> > then I guess that would be something I'd consider
> >
> >
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:OcTZu%...
> > > Most likely VB6, or C++
> > > Something that's designed as an executable, not designed as a server

app
> > and
> > > "converted" to an exe.
> > > Hey, if someone wants to go that route more power to em, it's just me
> > > personally that thinks it's a workaround that shouldn't have happened

to
> > > start with.
> > > The only use I could think of would be to send a "demo" of a site you

> are
> > > working on for an off-line eval.
> > >
> > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > www.Darkfalz.com
> > >
> > >
> > > "middletree" <> wrote in message
> > > news:...
> > > > Ok, let's say you have been approached to make a school yearbook, or

a
> > > > church directory, or some such thing, that has the following

> > requirements:
> > > > 1. Has to contain a database
> > > > 2. Has to have the ability to show pictures
> > > > 3. Has to be portable (run off of CD)
> > > > 4. Has to work on older versions of Windows
> > > >
> > > > What else would you use?
> > > >
> > > >
> > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > > > news:...
> > > > > But isn't ASP the wrong technology then?
> > > > > I mean if you need to build an app that isnt server based why woul

> you
> > > use
> > > > > server based technology? There are many other alternatives that

> would
> > > > > probably be better in the end....
> > > > >
> > > > >
> > > > > --
> > > > > Curt Christianson
> > > > > Owner/Lead Developer, DF-Software
> > > > > www.Darkfalz.com
> > > > >
> > > > >
> > > > > "middletree" <> wrote in message
> > > > > news:%...
> > > > > > I could see it being useful for school yearbooks, among other

> > things.
> > > > > >
> > > > > >
> > > > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > > > > > news:%...
> > > > > > > I've heard it get decent reviews but to be honest, it's the

only
> > > > product
> > > > > > of
> > > > > > > it's type I know of.
> > > > > > > While I guess it is a great idea I've never seen a valid use

for
> > it
> > > > > > > personally......
> > > > > > >
> > > > > > > --
> > > > > > > Curt Christianson
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
middletree
Guest
Posts: n/a
 
      02-18-2004
Gotcha. I love a happy ending



"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%...
> 1) Amen.... hear ya there. Time's valuable these days :}
> 2) Sorry for the confusion...wasn't trying to imply YOU tried to pass it
> off, more so the app distributers.
>
>



 
Reply With Quote
 
John Blessing
Guest
Posts: n/a
 
      02-18-2004
I downloaded the Octopod trial and compiled one of my asp apps, but it fell
over on the first html comment it found in an .asp page! Plus, their
support doesn't seem too great - I quote from their web site: " Fill out a
form and our technical support will respond to you within 48 hours
(registered users only)" 48 hrs can be an awful long time when you have a
tech issue to sort out.

--
John Blessing

http://www.LbeHelpdesk.com - Help Desk software priced to suit all
businesses
http://www.free-helpdesk.com - Completely free help desk software !
http://www.lbetoolbox.com - Remove Duplicates from MS Outlook
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%...
> I've heard it get decent reviews but to be honest, it's the only product

of
> it's type I know of.
> While I guess it is a great idea I've never seen a valid use for it
> personally......
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "middletree" <> wrote in message
> news:...
> > Yes, exactly. The Octopod thing that I linked to has gotten rave

reviews,
> > although I confess I have never used it. But it's perfect for, for

> example,
> > putting a project into a CD.
> >
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:%...
> > > usually this is so people can make it portable or distributable.
> > >
> > >
> > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > www.Darkfalz.com
> > >
> > >
> > > "Paul Baker [MVP, Windows - SDK]" <>

wrote
> in
> > > message news:%23I$...
> > > > David,
> > > >
> > > > I believe ASPs are compiled and cached by IIS.
> > > >
> > > > Why do you wish to compile ASPs? Do you have a performance problem?
> > > >
> > > > Paul
> > > >
> > > > "middletree" <> wrote in message
> > > > news:...
> > > > > http://www.octopod.net/index.htm
> > > > >
> > > > >
> > > > > "David Lozzi" <> wrote in message
> > > > > news:...
> > > > > > Hello all,
> > > > > >
> > > > > > I am deploying many ASP apps and many of them are onto client

> > internal
> > > > > > servers. I was wondering if there was an option to compile my

> entire
> > > ASP
> > > > > > project into an installation executable for easy deployment?
> > > > > >
> > > > > > Thanks,
> > > > > > David Lozzi
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
compliling a program which uses gethostid function call kris C Programming 5 06-22-2007 02:03 PM
Running an Executable Before Executable JAR Jason Cavett Java 8 05-16-2007 07:14 PM
what is fast dynamically linked executable or statically linked executable ?how to decide? pratap C Programming 20 03-07-2007 04:46 AM
How can I run a c executable in pwd ,while the executable is in some other directory vishsid3@gmail.com C Programming 15 08-21-2006 06:04 AM
Cross Platform Compliling inkexit@yahoo.com C++ 5 12-01-2005 10:50 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57