473,398 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Converting Website to 'Moveable' Application

ll
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
Nov 19 '07 #1
6 1884
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)
Nov 19 '07 #2
"ll" <ba**********@yahoo.comwrote in message
news:59**********************************@w34g2000 hsg.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
Nov 20 '07 #3
"ll" <ba**********@yahoo.comwrote in message
news:59**********************************@w34g2000 hsg.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?
Nov 20 '07 #4
"McKirahan" <Ne**@McKirahan.comwrote in message
news:Qo******************************@comcast.com. ..
"ll" <ba**********@yahoo.comwrote in message
news:59**********************************@w34g2000 hsg.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?
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.
Nov 20 '07 #5
ll
On Nov 20, 12:50 pm, "McKirahan" <N...@McKirahan.comwrote:
"McKirahan" <N...@McKirahan.comwrote in message

news:Qo******************************@comcast.com. ..
"ll" <barn104_1...@yahoo.comwrote in message
news:59**********************************@w34g2000 hsg.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?

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.
Nov 21 '07 #6
"ll" <ba**********@yahoo.comwrote in message
news:96**********************************@a28g2000 hsc.googlegroups.com...
On Nov 20, 12:50 pm, "McKirahan" <N...@McKirahan.comwrote:
"McKirahan" <N...@McKirahan.comwrote in message

news:Qo******************************@comcast.com. ..
"ll" <barn104_1...@yahoo.comwrote in message
news:59**********************************@w34g200 0hsg.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?
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.
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.

Nov 21 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: engwar1 | last post by:
I'm a .NET newbie and am beginning the process of converting an existing personal website to .NET from classic ASP. I'm assuming I want my aspx files in the root of my site in the same place as...
2
by: Galaxia | last post by:
Hi, I'm using C# in VS .Net 2003. How can I build movable toolbars as that in VS IDE, dragging and arranging them? More, how can the moveable toolbar be put into the same line of Menu, as that in...
1
by: simon | last post by:
Is it posible to create moveable panel in asp.net? When user clicks on time link in my dataGrid, I open the panel over the datagrid. If the panel is opened, than data below the panel is not...
5
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant...
3
by: VJ | last post by:
I am looking to implement moveable toolbars like in Word, or Visual Studio... any pointers or articles would great.. Thanks VJ
3
by: Flashster | last post by:
How do I create a moveable toolbar that can be docked on a windows form?. I'm using vb .net (2002). I have added the toolbar item to the windows form, but I cannot see a way of making it...
2
by: shenanwei | last post by:
DB2 V8.2 on AIX, type II index is created. I see this from deadlock event monitor. 5) Deadlocked Connection ... Participant no.: 2 Lock wait start time: 09/18/2006 23:04:09.911774 .........
4
by: olseni | last post by:
Hi, i am trying to make a report which consists of many subreports, and I need to make the subreports moveable and not show when the subreport has no data. I use an event procedure in the 'On no...
1
by: rajanji | last post by:
Hi All, Hw r u ???? Hope u all r doing gr8... Actually i have designed a website on jobportal in asp.net using sqlserver 2005 as a backend... and now m trying to convert its database to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.