Results 1 to 2 of 2

Thread: connection

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    connection

    Hi,
    Can I use this in web.config of an asp.net project?

    <appSettings>
    <add key="ConnectionString" value="server=SVR07;Integrated Security=SSPI;database=CreditTemp" />
    </appSettings>

    the error message is:
    Message: "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection."
    Source: ".Net SqlClient Data Provider"

    Thanks

  2. #2
    Member
    Join Date
    Jan 2003
    Location
    singpaore
    Posts
    42

    check ur conn string

    in u r connection string add User ID=database user id;Password=ur pwd;

    try this

Posting Permissions

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



Click Here to Expand Forum to Full Width