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

  1. #1

    Default SQL Server Login

    My ASP.NET application says that Login failed.

    It gives me source error:

    sqlConnection1.Open();


    Joseph D. DeJohn Guest

  2. Similar Questions and Discussions

    1. Login User Server Behavior Help
      I am trying to find the PHP Login User Server Behavior because it doesn't seem to have been installed on my version of Dreamweaver. I am currently...
    2. CF Server Login Problem
      Hey all, this may be a pretty amateur question. I have a test installation of CF MX 7 on my machine. Tonight I tried to login to the CF...
    3. Login Server Behaviors Error
      This is my first experience using the Server Behaviors for login pages, and I get the following error from the Wizard.'s code: Error Occurred...
    4. SQL Server/IIS login problems
      I have written a simple web app that connects to a local instance of SQL Server to run queries. The virtual directory in IIS is "myapp", and there...
    5. PLEASE? Any way to get the user's nt login from the pc -- not the server login?
      Hi, string sUser = Request.ServerVariables ; Natty Gur, CTO Dao2Com Ltd. 28th Baruch Hirsch st. Bnei-Brak Israel , 51114 Phone Numbers:...
  3. #2

    Default Re: SQL Server Login

    Please check your Connectionstring. Ensure that you are using username and
    password for the SQL Server database

    --
    Let me know if you need further help

    Regards
    Sreejumon[MVP]
    DOTNET makes IT happen

    "Joseph D. DeJohn" <joeddejohn@hotmail.com> wrote in message
    news:u3glMulQDHA.1040@TK2MSFTNGP12.phx.gbl...
    > My ASP.NET application says that Login failed.
    >
    > It gives me source error:
    >
    > sqlConnection1.Open();
    >
    >

    Sreejumon[MVP] 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