Re: web based database

Tech-Archive recommends: Fix windows errors by optimizing your registry



You website is hosted on a server hosting 756 other websites. Imagine the
damage you could do or information you could gain by executing an EXE on
that server....

It seems your webhost has mostly Apache servers so there is a good chance
you will have to use PHP to create a web-based application

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--


"Veign" <NOSPAMinveign@xxxxxxxxx> wrote in message
news:%23lwYNF12FHA.3644@xxxxxxxxxxxxxxxxxxxxxxx
> That application is not running online. What its doing is downloading to
> the users computer and executing from there. All your are doing is
> storing the EXE on the server and when the user clicks a link, or
> whatever, you are pushing the EXE to their system.
>
> Like Bob said there is a huge difference between a web based application
> and client-side applications (which is what your is).
>
> It would be a HUGE security hole if EXE file where allowed to be executed
> on a web server - especially since most people with a website are in some
> sort of shared environment.
>
> To answer your question (possibly) you would have to provide the user with
> the database (through a download) and use something that identifies where
> the DB is in relation to the application. You could either use the
> App.Path property to identify where the user put the EXE and database
> (assuming in the same folder) or provide a means for the user to setup
> where the database will reside.
>
> --
> Chris Hanscom - Microsoft MVP (VB)
> Veign's Resource Center
> http://www.veign.com/vrc_main.asp
> Veign's Blog
> http://www.veign.com/blog
> --
>
>
> "Guillermo" <Guillermo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:37AF26CA-CD75-4EF7-948F-E32F6ACCFEC4@xxxxxxxxxxxxxxxx
>> Sure, here it is. It's free.
>> http://www.energyworld.org/units.exe
>>
>> I always thought it was only natural to run applications online. Is it
>> not?.
>> Thanks. Guillermo.
>>
>> "Veign" wrote:
>>
>>> Post a URL to one of your applications that can be executed and run
>>> online.
>>>
>>> --
>>> Chris Hanscom - Microsoft MVP (VB)
>>> Veign's Resource Center
>>> http://www.veign.com/vrc_main.asp
>>> Veign's Blog
>>> http://www.veign.com/blog
>>> --
>>>
>>>
>>> "Guillermo" <Guillermo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>>> news:F6BD25F0-74FF-4908-B0C1-35FA4E9A9779@xxxxxxxxxxxxxxxx
>>> > Kind of baffled. I'm no genius, but I already have in my website a
>>> > couple
>>> > of
>>> > VB6 applications, which can be either executed online or dowloaded.
>>> > They've
>>> > been running smoothly for a couple of years.
>>> > The problem now is the connection to a web based database, through any
>>> > possible means. Thanks. Guillermo.
>>> >
>>> > "Bob Butler" wrote:
>>> >
>>> >> "Guillermo" <Guillermo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>>> >> news:5D511BB9-A8DB-4D49-8177-E491E295E7DA@xxxxxxxxxxxxx
>>> >> > Gentlemen,
>>> >> > My VB6 application works great on my PC.
>>> >> > Now I have to upload it to my website, together with the database.
>>> >> > How do I set the Data1.Database property?.
>>> >> > Will it take an "http"://www....." URL as valid?.
>>> >>
>>> >> No... sorry to be th bearer of bad news but web-based applications
>>> >> are
>>> >> very
>>> >> different from client-side applications.
>>> >>
>>> >> --
>>> >> Reply to the group so all can participate
>>> >> VB.Net: "Fool me once..."
>>> >>
>>> >>
>>>
>>>
>>>
>
>


.



Relevant Pages

  • Re: web based database
    ... You website is hosted on a server hosting 756 other websites. ... damage you could do or information you could gain by executing an EXE on ... > the users computer and executing from there. ...
    (microsoft.public.vb.general.discussion)
  • RE: .Net Remoting problem: No connection could be made because the tar
    ... As you say, if the server isn't running, then you get the error message. ... Are you trying to start up and shut down a remoting exe at will, ... I am facing problem while executing the exe on ... > the remote machine. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Why does application run 4 times longer from server?
    ... How are you executing it Darrell? ... on the EXE in Explorer, then the application is still being invoked on your ... the EXE file is being copied across the ... > a server than it takes if the same executable is mounted on the local PC. ...
    (microsoft.public.vb.enterprise)
  • Re: Technical Delphi Question (but not about coding)
    ... > Windows 2003 Server allow users to rename a running EXE. ... > loading/reloading of resources from the original EXE cause problems? ...
    (borland.public.delphi.non-technical)
  • Re: Simple COM EXE Server question [More queries]
    ... and created my Exe Com server as MTA and then tried to call my exe from ..NET using multiple threads at same time. ... that registers the class factory for the object has entered STA or MTA. ...
    (microsoft.public.vc.atl)