Re: 'NT Authority/Anonimous Login'

From: SQL Server Development Team [MSFT] (sqldev@microsoft.com)
Date: 12/09/02


From: "SQL Server Development Team [MSFT]" <sqldev@microsoft.com>
Date: Mon, 9 Dec 2002 11:00:50 -0800


There are a number of things that can cause this error and without being
familiar with how Dreamweaver MX works I can't really tell you exactly what
is occurring. You may want to start with this article, I think that the
concepts discussed here may apply to the case of Dreamweaver as well:

Q176377 INFO: Accessing SQL Server with Integrated Security from ASP
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q176377

-mike

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
"Paul" <paul@themedialounge.com> wrote in message
news:ORcm5kUnCHA.2340@TK2MSFTNGP11...
> I am trying to create a connection string to an SQL Server database from
> within Dreamweaver MX with the following string :
>
> Provider=SQLOLEDB.1;
> Integrated Security=SSPI;
> Persist Security Info=False;
> Initial Catalog=ITPSCustomers;
> Data Source=TMLSERVER
>
> The problem is that when I test the connection I get the following:
>
> Login failed for user 'NT Authority/Anonimous Login'
>
> I know nothing about Security/Logins and have no idea how to solve this
> problem. I have spent the entire day messing around with this and it is
> driving me nuts. There are no database/systems people here.
>
> Can anyone help?
>
> Thanks in Advance
>
>


Relevant Pages

  • NT Authority/Anonimous Login
    ... I am trying to create a connection string to an SQL Server database from ... within Dreamweaver MX with the following string: ... Persist Security Info=False; ...
    (microsoft.public.sqlserver.security)
  • Re: asp vs aspx
    ... Hi Robert, ... concerning security, what is advanced in .Net, I need to explain this to my ... > Robbe Morris ... We have both dreamweaver and Visual Studio, ...
    (microsoft.public.dotnet.framework.aspnet)
  • System.Data.OleDb.OleDbException
    ... I set up my connection to my sql server database in Dreamweaver MX but when ... Login fails. ... This is a strange one for me because in Dreamweaver MX I can see all my ... tables and views so the connection must be working ...
    (microsoft.public.sqlserver.security)
  • Re: Provider keyword in connection string not a valid keyword
    ... J. Muenchbourg wrote: ... > I have a connection string in Web.config that works with my dreamweaver ... > type asp.net scripts: ...
    (microsoft.public.dotnet.general)