This topic is locked

ASPR Apllication to EXE file or Stand Alone CD

11/20/2009 3:29:54 AM
ASPRunnerPro General questions
Y
yairilan author

Hello all,

I have a customer that wants me to build for him an ASPRunner apllication, but not on a web server, and only for his oun computer.

  1. Does someone know a good way of converting ASPrunner apllication to a local EXE file, or to a Stand Alone files that can be install on his computer?
  2. Is there a "ASP to EXE" program that you've tried before with ASPRunner?

    Thanks very much

    Yair

C
clig 11/20/2009



Hello all,

I have a customer that wants me to build for him an ASPRunner apllication, but not on a web server, and only for his oun computer.

  1. Does someone know a good way of converting ASPrunner apllication to a local EXE file, or to a Stand Alone files that can be install on his computer?
  2. Is there a "ASP to EXE" program that you've tried before with ASPRunner?

    Thanks very much

    Yair


lot's of shareware out there to do this but it still leaves your backend db - if I was to do this I would create an installer that would verify local IIS is installed then copy application files including DB to a sub-directory then create any DSNs that may be required...

Y
yairilan author 11/20/2009



lot's of shareware out there to do this but it still leaves your backend db - if I was to do this I would create an installer that would verify local IIS is installed then copy application files including DB to a sub-directory then create any DSNs that may be required...


Thanks...

What do you mean by "backend db"? and what sharewares that does it you know?

( I'm not really familiar with "installer" and the way of doing: "verify local IIS is installed then copy application files including DB to a sub-directory then create any DSNs that may be required..." )

Sergey Kornilov admin 11/20/2009

I haven't tried any converters but there several of them on the market.

http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=hmF&q=convert+asp+to+exe&aq=f&oq=&aqi=
Download a trial version and give it a try.

Y
yairilan author 11/21/2009

Hello and Thanks Sergey, Good to "hear" your voice...

I've tried already "ASP to EXE" program, and I can see the forms and everything, but no action with the DB is being done ( Add, Delete, View ...)

Probably I do something wrong - I'm not a programmer, so I have problem to decide what files I shouldn't compile ( According to their explanations ).

I also coudn't find any other program/option in the web...
I'll be happy if someone will give it a try and let us know. ASPtoEXE doesn't have any support or forum to ask...
I think that if we'll find a solution, we'll increase ASPRunnere's potential.

Thanks

Yair

Sergey Kornilov admin 11/22/2009

I guess this is the page you looking for:

http://web.aspdevelope.com/2664.html
Don't have any personal experience with this. I guess contacting the author is the only way to find if it works at all.

4165 12/2/2009

sirs, good day.. i tried the ASP to EXE software and run my asp(generated from asprunner) and it wont work.. ill tried other asp (not generated from asprunner) it works.. how was that happen? i realy like the asp files generated by asprunner because they looks great...
anyone has the same problem with me? can you share anything on how to fix this?
thanks.. =)

Y
yairilan author 12/2/2009

[left]Hi,

i had the same problem....

i've wrote to the "ASP to EXE" Guys and sent them an example based on ASPRUNNER.

They said that they have found a bug in thier app, and they will try to fix it untill the end of this week.

i'll keep update for any progress,

Cheers

Yair [/left]

4165 12/2/2009



[left]Hi,

i had the same problem....

i've wrote to the "ASP to EXE" Guys and sent them an example based on ASPRUNNER.

They said that they have found a bug in thier app, and they will try to fix it untill the end of this week.

i'll keep update for any progress,

Cheers

Yair [/left]


wow! great news.. ill wait for that..thanks yair.. =)

Y
yairilan author 12/21/2009

Hi All,

Bad news !!!! here is the answer that I got from ASP TO EXE guys. Does anyone has a solution?



Dear Yair:
I am sorry to tell you the bad message about AspToExe.

In your project , you use the IIS object ( like ISessionObject, IRequest, etc. ), Unfortunately AspToExe do not support the IIS-Object.
very sorry

Thank you
sean

A
andie.caron 12/21/2009



Hello all,

I have a customer that wants me to build for him an ASPRunner apllication, but not on a web server, and only for his oun computer.

  1. Does someone know a good way of converting ASPrunner apllication to a local EXE file, or to a Stand Alone files that can be install on his computer?
  2. Is there a "ASP to EXE" program that you've tried before with ASPRunner?

    Thanks very much

    Yair


Without knowing the OS, I would suggest the following:

  1. Simnply install IIS,
  2. Create your Virtual Directories (or store it in wwwroot),
  3. Copy the access DB to this directory and give everyone R/W/E permissions.
    btw: Backend DB means some form of Database. You must have one, cause that's where the data is stored. I sugegsted Access, but you could use SQL2K (personal version on Win2K/XP) or mySQL. I suspect that if you have (or will) build an ASPrunner app, youhave a DB. Use this.
    Hope it helps...
    All is well.