Interacting with desktop

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Interacting with desktop

    Hi

    Is it possible for an asp.net site that when it is viewed by a user, the
    site can interact with the desktop apps possibly written in vb or access?
    The use I am looking for is that if the user clicks on a staff's name in the
    site, the site access an ms access app on user's desktop and locates the
    relevant staff record.

    Thanks

    Regards


  • Curt_C [MVP]

    #2
    Re: Interacting with desktop

    not without opening up HUGE security holes.


    --
    Curt Christianson
    Owner/Lead Developer, DF-Software



    "John" <john@nospam.in fovis.co.uk> wrote in message
    news:OY7gvjFCEH A.2560@TK2MSFTN GP12.phx.gbl...[color=blue]
    > Hi
    >
    > Is it possible for an asp.net site that when it is viewed by a user, the
    > site can interact with the desktop apps possibly written in vb or access?
    > The use I am looking for is that if the user clicks on a staff's name in[/color]
    the[color=blue]
    > site, the site access an ms access app on user's desktop and locates the
    > relevant staff record.
    >
    > Thanks
    >
    > Regards
    >
    >[/color]


    Comment

    • Jeff Cochran

      #3
      Re: Interacting with desktop

      On Fri, 12 Mar 2004 17:37:22 -0000, "John" <john@nospam.in fovis.co.uk>
      wrote:
      [color=blue]
      >Is it possible for an asp.net site that when it is viewed by a user, the
      >site can interact with the desktop apps possibly written in vb or access?
      >The use I am looking for is that if the user clicks on a staff's name in the
      >site, the site access an ms access app on user's desktop and locates the
      >relevant staff record.[/color]

      Not in Classic ASP, which is the group you posted in. Of course it's
      possible using client code or .NET controls, though you won't enjoy
      the security control you have to deal with.

      Follow up in a .NET group.

      Jeff

      Comment

      Working...