| Author |
Converting Website to 'Moveable' Application
|
|
|
| Hi,
I'm currently working with a 'classic ASP' intranet site which uses a
SQL server and am looking for possible ways to market it as an
application for certain medical fields. Where would be a good place
to start with this?
Thanks for any help,
Louis
| |
| Evertjan. 2007-11-19, 6:59 pm |
| ll wrote on 19 nov 2007 in microsoft.public.inetserver.asp.general:
> I'm currently working with a 'classic ASP' intranet site which uses a
> SQL server and am looking for possible ways to market it as an
> application for certain medical fields. Where would be a good place
> to start with this?
>
You want to sell your internet site?
That is not an ASP Q.
Wrong NG.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
| |
| Anthony Jones 2007-11-20, 7:56 am |
| "ll" <barn104_1999@yahoo.com> wrote in message
news:59478b08-ed99-4831-b6e9-6bfd5ebf1ec9@w34g2000hsg.googlegroups.com...
> Hi,
> I'm currently working with a 'classic ASP' intranet site which uses a
> SQL server and am looking for possible ways to market it as an
> application for certain medical fields. Where would be a good place
> to start with this?
Thats a tough question which is going to be geographically specific. I
doubt this is a function of being an Intranet application it will be more a
function of the medical problem it is solving.
--
Anthony Jones - MVP ASP/ASP.NET
| |
| McKirahan 2007-11-20, 6:56 pm |
| "ll" <barn104_1999@yahoo.com> wrote in message
news:59478b08-ed99-4831-b6e9-6bfd5ebf1ec9@w34g2000hsg.googlegroups.com...
> Hi,
> I'm currently working with a 'classic ASP' intranet site which uses a
> SQL server and am looking for possible ways to market it as an
> application for certain medical fields. Where would be a good place
> to start with this?
What are you wanting to do?
a) Offer your application over the Internet?
b) Offer your application as a standalone utility?
c) Assistance with marketing your application?
| |
| McKirahan 2007-11-20, 6:56 pm |
| "McKirahan" <News@McKirahan.com> wrote in message
news:QoadnSowG50nb9_anZ2dnUVZ_ommnZ2d@co
mcast.com...
> "ll" <barn104_1999@yahoo.com> wrote in message
> news:59478b08-ed99-4831-b6e9-6bfd5ebf1ec9@w34g2000hsg.googlegroups.com...
>
> What are you wanting to do?
> a) Offer your application over the Internet?
> b) Offer your application as a standalone utility?
> c) Assistance with marketing your application?
Per your subject line "Converting Website to 'Moveable' Application":
Do you want to "move" your application to a Web server on the Internet
that you control or to the intranet Web servers of your customers?
Or do you want a fully portable application that doesn't require a Web
server? To do this approach you could convert the SQL Server database
to SQL Server Express (or MS-Access) and the ASP pages to an HTA.
| |
|
| On Nov 20, 12:50 pm, "McKirahan" <N...@McKirahan.com> wrote:
> "McKirahan" <N...@McKirahan.com> wrote in message
>
> news:QoadnSowG50nb9_anZ2dnUVZ_ommnZ2d@co
mcast.com...
>
>
>
> Per your subject line "Converting Website to 'Moveable' Application":
>
> Do you want to "move" your application to a Web server on the Internet
> that you control or to the intranet Web servers of your customers?
>
> Or do you want a fully portable application that doesn't require a Web
> server? To do this approach you could convert the SQL Server database
> to SQL Server Express (or MS-Access) and the ASP pages to an HTA.
Many thanks - yes, the fully portable application is what I was
getting at. Will look into these options.
| |
| McKirahan 2007-11-21, 6:56 pm |
| "ll" <barn104_1999@yahoo.com> wrote in message
news:96a14564-e473-43c5-95af-532171f94a59@a28g2000hsc.googlegroups.com...
> On Nov 20, 12:50 pm, "McKirahan" <N...@McKirahan.com> wrote:
>news:59478b08-ed99-4831-b6e9-6bfd5ebf1ec9@w34g2000hsg.googlegroups.com...
a[color=darkred]
>
> Many thanks - yes, the fully portable application is what I was
> getting at. Will look into these options.
It can be fairly straightforward to port an ASP page to an HTA file.
It's a little trickier when you want to merge several pages into a single
HTA.
A word of caution -- the logic in your ASP pages resides on the Web server
and is not exposed to the client; however, with an HTA they have the code.
One approach to "securing" some of the application would be to require an
Internet connection to your Web server to perform some aspects of the app.
|
|
|
|