Newbie: Data transfer security problem

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Newbie: Data transfer security problem

    I am building a reservation system for a client using ASP.NET and VB.NET.
    They want the ability to create customers and invoices in the application and
    then export them into QuickBooks. No problems there. My problem is
    QuickBooks is stored on one server and the application will be run from a
    seperate web server. Because of permission and security issues, I am not
    allowed to have the web server conect to the QuickBooks server to perform the
    operations I need, but need to find a way to conect to the local machine to
    the Quick Books server. How can I do this? I was originally told to write
    an ActiveX component to handle the client machine and server but I don't
    think I can write one in VB.NET. Am I wrong?

    Thanks for any help or insight to this problem.

    Chris Smith
    clsmith66 Guest

  2. Similar Questions and Discussions

    1. Indesign CS <-> Page Maker 7.0 data transfer / convert problem
      Greetings, One of our clients demanded us to provide them with some publications exported to PDF. We've created those documents in InDesign CS and...
    2. Roles Based Security and Server.Transfer Problem
      Hi All, I'm looking into a Security solution using ASP.NET and C# for an Enterprise level application. I would like to implement Role based...
    3. Roles Based Security and Server.Transfer
      Hi All, I'm looking into a Security solution using ASP.NET and C# for an Enterprise level application. I would like to implement Role based...
    4. Complicated - ASP/Security/data transfer/XML doubt
      We are maintaining our branch accounts at various locations and they are sending monthly reports only. Now we are planning to have a centralised...
    5. ASP/Security/data transfer/XML doubt
      Complicated - ASP/Security/data transfer/XML doubt In our company Head office we are hosting an intranet server in IIS (Windows 2000) , ASP and...
  3. #2

    Default Re: Newbie: Data transfer security problem

    If you can do it with ActiveX, then VB.NET is just fine.

    lp, pl

    "clsmith66" <clsmith66@discussions.microsoft.com> wrote in message
    news:7794056C-3450-42D3-9A5C-3637BB796534@microsoft.com...
    > I am building a reservation system for a client using ASP.NET and VB.NET.
    > They want the ability to create customers and invoices in the application
    and
    > then export them into QuickBooks. No problems there. My problem is
    > QuickBooks is stored on one server and the application will be run from a
    > seperate web server. Because of permission and security issues, I am not
    > allowed to have the web server conect to the QuickBooks server to perform
    the
    > operations I need, but need to find a way to conect to the local machine
    to
    > the Quick Books server. How can I do this? I was originally told to
    write
    > an ActiveX component to handle the client machine and server but I don't
    > think I can write one in VB.NET. Am I wrong?
    >
    > Thanks for any help or insight to this problem.
    >
    > Chris Smith

    Pril Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139