Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default SQL Access issue

    In my app I am uploading a text file to the IIS server. I then use a stored
    procedure on the SQL server to import the text file into SQL. IIS and SQL
    run on seperate computers. Currently they are in a workgroup configuration.
    The problem I am having is the SQL server does not have access to the IIS
    server. Someone has recommended that we create a d omain and grant the SQL
    server rights on the IIS server. Is this the only way to fix this or could
    we create a user account on the IIS server that would fix this. I am not
    sure what account is being used by the SQL server when the request for data
    on the IIS server is made. Would it be the account that SQL runs under?

    Thanks for your help!


    Tim Kelley Guest

  2. Similar Questions and Discussions

    1. AS400 access issue
      We rebuilt our development CF system (now based on Win2003) after a drive crash, and we are using the JT400.jar JDBC driver to connect to as AS400. ...
    2. web service access issue
      Hello, I have developed some webservices, that I tested with localhost through a client in C#. It worked fine, but I move the services to a...
    3. access database issue
      after upgrading to CF7 from cfmx one of my datasources (to an access database) will no longer verify. the error that is thrown is as follows: ...
    4. ASP.NET Access Update Issue
      I have an ASP.NET application that is running using Access. It works fine on my desk top. When I move it to another computer it will run fine with...
    5. Access Level Issue
      I've created a login page which checks the user's access level against an Access databse. Works fine for level members 2 and 3. - 1 and 4 get...
  3. #2

    Default Re: SQL Access issue

    On Thu, 5 Aug 2004 08:28:47 -0500, "Tim Kelley"
    <tim.kelley@iddonline.com> wrote:
    >In my app I am uploading a text file to the IIS server. I then use a stored
    >procedure on the SQL server to import the text file into SQL. IIS and SQL
    >run on seperate computers. Currently they are in a workgroup configuration.
    >The problem I am having is the SQL server does not have access to the IIS
    >server. Someone has recommended that we create a d omain and grant the SQL
    >server rights on the IIS server. Is this the only way to fix this or could
    >we create a user account on the IIS server that would fix this. I am not
    >sure what account is being used by the SQL server when the request for data
    >on the IIS server is made. Would it be the account that SQL runs under?
    The process is reversed, but this may help:

    HOWTO: IIS and SQL Server on Separate Machines with Trusted
    Connection:
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;q176379[/url]

    Jeff
    Jeff Cochran 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