sql server database access problem

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

  1. #1

    Default sql server database access problem

    hi

    i have a problem with database access (SQL Server/MSDE) on my production
    server.

    the asp.net web app works fine in test.

    on the production server, it won't connect to the database!

    i'm pretty sure i have set up the ASPNET login correctly, with permissions
    identical to my test system

    it only fails when trying to use a Trusted connection for ASPNET - using an
    SQL connection.for use 'sa' works just fine.

    the only clue i have is a SQL security log entry of "login failed for 'NT
    AUTHORITY\NETWORK SERVICE'"

    Thanks
    Ian


    Ian Guest

  2. Similar Questions and Discussions

    1. Connect to a MS Access or MS SQL Server database
      How can i connect and perform select, insert, update and delete commands to an Access or SQL Server database without using ODBC DSNs?
    2. Access database getting hosed up on web server
      I have had this problem consistently ever since I upgraded to Dreamweaver 8. The problem is I am creating/modifying coldfusion pages on my intranet...
    3. SQL Server - Access Database Synchrosnization
      You have a couple of options: 1. Find an ISP who will actually work with you on the SQL Server functionality. 2. Try to create a linked server...
    4. trying to access sql server 2005 database
      I have Dreamweaver MX 2004, trying to access sql server 2005. I can not get the SQL server driver on dreamweaver to successfully connect to sql...
    5. confused about access / sql database / sql server / php !! .. help please
      i am running a website on Windows 2000 server with ASP 3 webpages and Access 2000 database. (with a hosting company) traffic is slow at this time...
  3. #2

    Default sql server database access problem

    This would not work if the Database is not installed on
    the same machine as the Web Server, beause the ASPNET is a
    local account. A local account could only be used on its
    own machine.

    /Fredrik Normén NSQUARED2
    >-----Original Message-----
    >hi
    >
    >i have a problem with database access (SQL Server/MSDE)
    on my production
    >server.
    >
    >the asp.net web app works fine in test.
    >
    >on the production server, it won't connect to the
    database!
    >
    >i'm pretty sure i have set up the ASPNET login correctly,
    with permissions
    >identical to my test system
    >
    >it only fails when trying to use a Trusted connection for
    ASPNET - using an
    >SQL connection.for use 'sa' works just fine.
    >
    >the only clue i have is a SQL security log entry
    of "login failed for 'NT
    >AUTHORITY\NETWORK SERVICE'"
    >
    >Thanks
    >Ian
    >
    >
    >.
    >
    Fredrik Normén NSQUARED 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