How To: Authenticate Trusted Logins Without Login In And Out Of Windows.

Feb 4, 2008

I€™m working on an application that needs to support multiple users without log in and out of Windows. I would like to use trusted/integrated security (domainusername) so I.T. does not have to manage two accounts per operator. Is it possible to use trusted accounts (domainusername) in the SQLClient.Connection object?

Thanks!
Sean

View 8 Replies


ADVERTISEMENT

Windows Authentication - Cannot Generate SSPI Context - Login Failed For User ''. The User Is Not Associated With A Trusted SQL

May 29, 2007


We are looking at developing an SQL Server 2005 Database and I would like to use Windows Authentication rather than SQL Server Authentication to connect our client app.

In our development environment, we have two Servers, one being used as a file server and the other as an SQL Server. We have now set up a domain using the file server as the domain controller. (We had previously been set up to use a workgroup).

I have set up an active directory group called SqlDevelopers and added an active directory user called Jonathan to it.

On the SQL Sever, in management studio, I have set up a new server login which uses windows authentication called DomainSqlDevelopers. I used the GUI to verify I could see the domain and the group.

The default database is set to a test database on the server. A user in the test database is mapped to the DomainSqlDevelopers and given the Roles dbo, db_datareader, db_datawriter.

To test the log in, on the server, I logged out as administrator and in as Jonathan. I could successfully access the server through management studio using windows authentication.

However, if I log in as Jonathan on my client PC and try to access the SQL Server using management studio and windows authentication, I have problems.

The first time I try I will get a timeout error. If I try again will get either:

Login failed for user ''. The user is not associated with a trusted SQL Server connection

Or

Cannot generate SSPI context

I can€™t determine any pattern to which of the above errors I get.

However, if I log in as administrator on my client PC, I can connect to the server using management studio and windows authentication.

Sounds like Active Directory/Domain or other Network issue (Not really my area). I would be grateful for any help.

Thanks,

Jon

View 9 Replies View Related

Create Login Form(authenticate With Sql)

Nov 22, 2006

Hi all.

M trying to create a logon form
I had something in mind but i can work it out yet

When the user wants to login into the application the value of textbox must be compared with the datafield in the sql server.
And then i want a messagebox to show up.

I created a table in sql server with 2 fields in it , User and Password.

I hope anyone could help me tnx already

View 1 Replies View Related

How To Authenticate Users Using User Login And Password Stored In SQL Database?

Feb 2, 2007

Hi. I have a DetailsView with Bound Fields "Login" and "Password". This informations are stored in SQL database. How to solve such authorization? How to compare password stored in database against passowrd typed by user? Is this a good idea to use CustomValidator control to write some checking procedure?. Regards. Pawel.

View 1 Replies View Related

Moving DBs From SQL Server Logins To Windows Logins

Apr 3, 2007

I am a systems analyst and work with an app that runs against 2 SQL Server DBs. Though I have some familiarity with SQL Server and SQL, I am not a DBA.

The app executable is tied to a Windows service.
When we install the app, we run a process that builds 2 dbs to include:
Tables, indexes, stored procedures, views and user accounts.
SQL Server is set up for mixed mode authentication.

Normally, the dbs run off the local db user accounts which are tied to local logins with the same names.
We have a client that wants to remove our standard logins so that they can run on only a Windows login.
I know I should be able to tie the db users to a Windows login.
And I can do the same for the service.

But I am at a loss as to how to get this done.
How do you associate db users with a Windows login?
When I have tried sp_change_users_login I get an error that the Windows login does not exist. (Though I have added the Windows account to the DB.)

Hope this all makes sense.

View 2 Replies View Related

Trusted SQL Logins

Sep 20, 2007

I can not connect to my Local SQL Server 2005 in C# code,

it throws the error,

The user is not associated with a trusted SQL Server connection.


i tried to change the mode to Mixed Mode, but i don't see it, I see only Windows and SQL Server Auth mode,

i tried to change to SQL Server Mode, but none of user log will work, it says, this login is not in trusted connection,

so i would make any login associated with trusted account.
Thanks,

View 9 Replies View Related

Trusted Domain Logins

Nov 3, 1999

We have a local group the consists of users from a trusted domain.. THis is a one way trust, us trusting them.. When I add that local group as a trusted SQL login the users cannot access the database... We have narrowed it down to the security by verifying the user can log in using a test sql account and hit the database.. Any ideas??? IS it possible to map an account to a Local group on the domain or does it have to be a global group????

Thanks in Advance
David

View 1 Replies View Related

Login Failed For Trusted Connection Login Failed For User 'NT AUTHORITYANONYMOUS LOGON'

Mar 13, 2007

We have a SQL 2000 Active/Passive cluster running on Windows 2000. On one node, everything logs in fine (second node is powered off). I can use local authentication fine in OSQL (-E) and even see my connection in SQLEM current activity as [DomainUser] for the NT account which I am logged in as. Then I bring the second node online and initiate a failover. SQL Server starts but Cluster Admin cannot connect and starts throwing this Anonymous Logon error. I open a command prompt and try the same OSQL (-E) local login and sure enough it is also giving the Anonymous Logon connection user. I do not understand why the failover to a second node is causing the Trusted Connection Local authentication to switch to Anonymous instead of the [DomainUser] which I am using. Any help is appreciated. John.

View 1 Replies View Related

Not Associated With Trusted SQL Server Problem - Windows Service

Jul 23, 2005

I'm getting Not associated with a trusted SQL Server connectionerrors on a .Net windows service I wrote, when it's running on myapplication server.It's not a problem with mixed mode security. I'm set for mixed mode andI've been running the service on the app server for over a month withno problem. My database is running on a second server and both areunder the same domain.The problem has occurred twice over the last two months.The windows service queries a table every 30 seconds, looking forrecords to process. It's using a connection string and the user id issetup and working in SQL. That when it's generating the error.I've changed the connection string user id to sa and I still get theproblem. (server=xxx;database=yyy;user=sa;pwd=xyz)The windows service is running under the domain/Administrator account.I can run the windows service from a workstation with no problem. Butwhen I start it up on the application server, I get the 'notassociated' error back from Sql Server.I'm trying to figure out where the problem is, and why it'sintermittent. Is it rights, policy, security? Why does it work for awhile then then error out?Any suggestions or help is appreciated.Thanks,Eric

View 2 Replies View Related

Windows Authentication Fails For Trusted Domain

Nov 16, 2006

Greetings,

One of my users gets the following error when he tries to connect to my SQL Server 2000 database using windows authentication via Query Analyzer:

[Micorsoft][ODBC SQL Server Driver][SQL Server] Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.

Me and the server are located in Colorado and are on the NADomain. User is in London on the EURDomain. The EURDomain has a one way trust to the NADomain to use NADomain resources. I have granted access to the database to the user via Enterpise Manager as EURDomainuserid. All the literature I've read says this should be sufficient to connect but isn't. User can connect with SQL Server authentication. Users on the NADomain in Toronto can connect just fine with Windows Authentication. EURDomain user can access other file server resources in the same building as the SQL Server in Colorado.

SQL Server version is:

Microsoft SQL Server 2000 - 8.00.818 (Intel X86) Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)

EURDomain Client ODBC version is 2000.85.1022.00 and MDAC is 2.8.

Any help is greatly appreciated.

View 5 Replies View Related

SQL Login ... Not Asscoiated With A Trusted SQL Server

Feb 10, 2005

Hi Eeveryone!
I am using SQL server 2000 with Webmatrix to build a simple Asp.net app, but facing this problem:

Using Entrprise Manager, I have created a login name "ASPNET" and gave it access as db_owner to the default database "master" , but still could not open SQL connection from Webmatrix aspx file!
The error message I get is :
Login failed for user "ASPNET". Reason : Not associated with as trusterd SQL Server .

I truely apprciate your help!

View 3 Replies View Related

Login Problem In SQL 7.0 With Trusted Connection

Feb 10, 1999

Some remote users can't login to the database-server
with a trusted connection.

There's an error message indicating that the domain,
which is the same for all users, is missing.
In the EventLog we can see the successful logon in
the security view (this time with domain) and the
failed logon to SQL Server (without domain) in the
SQL Server log.

We also managed to change default domain for SQL Server
reported in xp_login_config through editing in the registry-
settings. There are no other way to do it in SQL Server 7.0.
But this doesn't help us.

Regards,

Andre Ekespong

View 2 Replies View Related

Windows Integrated Logins Across Machines

Jul 28, 2006

HI,

I've got the folloing scenario:

Client app is a windows forms app on client machine. Web Service on a dev machine (Windows 2003 standard), SQL Server 2000 on a seperate machine. The user logs on to the using their windows login. I'd like to pass these credentials to the web service, have the web service impersonate the user and access the SQL Server with these credentials... not a problem I thought.

Setup windows integrated login on IIS for the web service, impersonate="true" in the web.config, Mixed mode on the SQL server. Passed the network credentials through to the Web Service, and this works correctly, however when the web service (impersonating the user) tries to access the SQL Server, I get the message about access denied, user is null, blah, blah. (if remote access the Web Service box, and call the web service locally, all works well, and voila, until the thread recycles, the client machine access also works... same user/pass)..

I've seen various posts about this but nothing seems to solve the problem. Am I right in thinking that this method (Windows integrated login) of passing credentials through to the SQL Server is the best method? If so... er, shouldn't it work? What am I doing wrong here? and if it doesn't work, what other method would work?

I've just about given up on this and thinking of passing the SQL Server Username/Password across the network (shudder), encrypted yes, but not ideal!

Anyone got any idea?

Regards

Kevin

View 4 Replies View Related

Login Failed - Not Associated With A Trusted SQL Server Connection

Aug 25, 2006

I'm getting the following error:  login failed for user '(null)', Reason: Not associated with a trusted SQL Server connection.Here's my connection string : <add key="ConnectionString" value="Persist Security Info=True; Trusted_Connection=Yes; Integrated Security=SSPI; Application Name=CCMIS; Initial Catalog=CCMIS; Data Source=NameofServer; Network library=dbmssocn; Packet Size=4096;" /> I'm running a windows application that calls a web service to update a SQL database.  The application is using a windows group account and the between the web service & the SQL server it's using a domain account.  My user-id is a member of the windows group account.  I'm not sure of the relationship between the domain account and the group account or if there is one?  I'm new to this permissions stuff.  The DBA tells me nothing has changed on the SQL side and I haven't done anything to the application (which was working yesterday).  Any ideas?  

View 1 Replies View Related

SQL Server Login Failed - Not A Trusted Connection

Jan 21, 2004

I am trying to login to my SQL Server database using this:

conParks = New SqlConnection("Server=localhost;uid=Brian;pwd=abccba;database=Test")
conParks.Open()

The error I get is

Login failed for user 'Brian. Reason: Not associated with a trusted SQL Server connection.

Anyone know what I must change?

Thanks,

BB

View 3 Replies View Related

Login Failed For User NULL - Not Trusted...

Aug 7, 2006

All,

In Microsoft analysis services, I get an error that login fails for user "NULL" when I try to process/build any cubes. If I edit the connection properties, it says to use "trusted" signon. If I press the "test connection" button all is well.

I definitely have serverdatabase access otherwise. Any thoughts/insights?

Thanks,

Isaac

ps: this is a sql server 2000 version of MSAS. Corresponding sql server is 2000 as well.

View 1 Replies View Related

Login For User Sa Failed -- Not A Trusted Connection

Jun 24, 2007

I have 2 (XP Pro) machines -- each with its own instance of 2005 Express. I wrote a simple test in C# to access a few global vars such as @@VERSION.



When I run the test on 1 machine it works fine, but on the other machine it fails with the message: login failed for user sa, not a trusted connection. Both instances of Express have mixed mode authentication enabled & remote connections enabled.



If I add Integrated Security=true to the connection string, the test works on both machines. I believe this forces the connection to authenticate using Windows instead of SQL Server.



I have created a new user & password in Express, but the results are the same: 1 machine works & 1 fails.



The machine that fails is missing the following from the list of logins:

AIRSTREAMSQLServer2005MSFTEUser$AIRSTREAM$SQLEXPRESS



In fact, after poking around, I can see the problem with just the 2005 Management Console. Cannot access the 1 machine with SQL authentication using either of 2 users -- just in case I got 1 wrong.



Any help will be appreciated. I've run out of any good ideas.



TIA,

Joe







View 6 Replies View Related

Regarding Migrating Windows And SQL Logins To SQL 2005 From SQL 2000

Jul 27, 2006

Hey. I've a script which gets the SQL usernames with the information I need. Is it possible to migrate the passwords also with this information?

Also, regarding Windows Logins, do i have to worry about their SIDS when migrating to SQL 2005. I'm going to attach SQL 2000 db's onto a 2005SQL instance and these db's alreayd have the usernames assigned in them. Please let me know if there is a way out for the above two questions. thank you.

SELECT 'Create LOGIN [' + loginname + '] with password = ''hello'', sid = ',sid,
', default_database = ' + dbname + ', default_language = ' + language + ',check_expiration=off,check_policy=off'
FROM master..syslogins
WHERE name NOT IN ('sa')
AND isntname = 0

View 6 Replies View Related

Login Failed, User Is Not Associated With A Trusted SQL Server Connection

Oct 24, 2006

I set up SQL Express and Visual Studio Team System for the first time yesterday. I created a web service (on my localhost IIS) and added an MDF file to my App_Data folder. I added a table with five fields. I'm trying to connect to the database in my web service, but when my web service gets to the connection line it returns the error

System.Data.SqlClient.SqlException: Login failed for user ''. The user is not associated with a trusted SQL Server connection.

When I add in my domain name and password to the connection string I get the error

System.Data.SqlClient.SqlException: Login failed for user 'redmonddanmor'. The user is not associated with a trusted SQL Server connection.

I've queried these SQL forums, and the advice is usually "add the user to the trusted users" or "changed to mixed mode authentication", but none of the posts I found specified HOW exactly to do either. When I launch SQL Server Connection Manager all I can appear to do is stop and start the service. I'm not sure what needs to be set for SQLEXPRESS properties to log on as Network Service, Local System, or Local Service.

View 7 Replies View Related

Domain Trust - Login Failed: Not A Trusted Sql Connection

Nov 21, 2005

(Cross post from newsgroup)
Attempting to implement Windows authentication between trusted domains. . .
I have a domain trust set up between two domains connected via persistent vpn:

View 4 Replies View Related

Can't Connect Using Sa Login And Don't Have Any Other Administrator Logins

Apr 23, 2007



I connected successfully in SQL Server Management studio using the 'sa' login and changed the authentication mode to Windows NT because I could not connect using my windows login but now I can't get any connection at all because 'sa' is no longer trusted.



I changed the loginmode registry setting to 2 and rebooted my PC but this has made no difference.



Can anyone help me get the 'sa' login back?

View 6 Replies View Related

Trusted SQL Connection Impersonation And Login Failed For User '(null)'.

May 24, 2006

Hello All,
Login failed for user '(null)'.
I know this issue is all over the forum, however i have not found any posts that help me resolve the issue.
Situation:
I have an ASP.NET 2.0 application hosted currently on XP pro(will be moving to 2003 Server) which connects to a SQL 2000 database that resides on a different server. I have taken the following step to implement my security.
Given my account permissions to the database
Put the following in my web.config
<add name="MyName" connectionString="Data Source=MyServer;Initial Catalog=MyDatabase;Integrated Security=SSPI" providerName="System.Data.SqlClient" />
<authentication mode="Windows" />
<identity impersonate ="true" />
I have set IIS to use integrated authentication and removed anonymous.  The application works when run from the web server but not when run from a remote machine.
Thank you for any asistance,
George 

View 1 Replies View Related

Login Failed For User ''. Reason: Not Associated With A Trusted SQL Server Connection.

Jul 11, 2006

Hello,

I have some problem here. I have a sql server installed on one machine and I have another development machine for my asp application. How could I actually access the asp application and sql server at the same time from another machine within the network. I kept on getting the error message above.

Thank you for your help :)

View 22 Replies View Related

Login Failed For User ''. Reason: Not Associated With A Trusted SQL Server Connection.

Jun 20, 2006

Hi,



I have 2 windows 2003 server, i instllaed sql server 2005 enterprise edition on the first one (Mixed Mode), and i am trying to install sql server reporting 2000 on the second one,

I installed the sql 2000 connectivity only on the second one , and i installed the sql server sp4 also, while installing reporting services i used the sql login account (sa,pwd)

i got the following error :

Cannot connect to sql server instance ...

Login failed for user ''. Reason: Not associated with a trusted SQL Server connection.

NB1: Allow Remote connection is enabled on sql server 2005.

NB2: I tried to connect from server 2 to server 1 from odbc and it worked properly with (sa,pwd) i have only a problem from reporting server.

Please any help?

Tarek Ghazali

SQL Server MVP

View 6 Replies View Related

Login Failed For User ''. Reason: Not Associated With A Trusted SQL Server Connection

Mar 3, 2006

Hello, here we have 2 developers, one developer has sql 2005 in his machine, the connection string has Integrated Security=SSPI, that developer can connect to the application, the other user gets that error when he tries to execute the application froms its own IIS.

The sql server has windows authentication, I want that the application uses one account, I tried to create one account, and give db_owner to it on the database, then I changed the connection string and it happens the same thing.

TKS

View 3 Replies View Related

SQL Server Admin 2014 :: Find All The Inactive Windows Logins?

Jan 30, 2014

How to query in SQL to retrieve all the disabled Windows Users which are available as records(only) in the SQL Server ?

View 9 Replies View Related

I Am Also Getting: Login Failed For User '(null)'. Reason: Not Associated With A Trusted SQL Server Connection.

Nov 25, 2006

Hi, am having the error above in my Subject Line.  I seem to have the problem on my host web service, they have IIS 6.0 on a 2003 Server, and SQL 2000 and SQL 2005 on another server that I connect to seperately.  I am using asp.net 2.0 and SQL 2000 Desktop version.  I am in the very basic beginning of this website development, all I am trying to accomplish here is to enter in a login and password and be redirected to another webpage.  This works on my local laptop with XP Pro, but when I try it on the server that I host my website on, I am getting this error.  Im not sure on what is going wrong here so I am at the mercy of asp gods of this site , below is some more info. 
 
web.config
<?xml version="1.0"?><!--     Note: As an alternative to hand editing this file you can use the     web admin tool to configure settings for your application. Use    the Website->Asp.Net Configuration option in Visual Studio.    A full list of settings and comments can be found in     machine.config.comments usually located in     WindowsMicrosoft.NetFrameworkv2.xConfig --><configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <appSettings><add key="ConnectionString2" value="sqlXXX.XXXXXXXXXXX.com;uid=My_ID;pwd=My_Password;database=azwduser" />       </appSettings> <connectionStrings><remove name="LocalSqlServer"/>  <add name="LocalSqlServer" connectionString="Data Source=sqlXXX.XXXXXXXXXXX.com;Initial Catalog=AZWDUSER;Integrated Security=True" providerName="System.Data.SqlClient"/> </connectionStrings> <system.web>  <!--             Set compilation debug="true" to insert debugging             symbols into the compiled page. Because this             affects performance, set this value to true only             during development.
            Visual Basic options:            Set strict="true" to disallow all data type conversions             where data loss can occur.             Set explicit="true" to force declaration of all variables.        -->  <authorization>   <allow roles="Admin"/>  </authorization>  <roleManager enabled="true"/>  <compilation debug="true" strict="false" explicit="true"/>  <pages>   <namespaces>    <clear/>    <add namespace="System"/>    <add namespace="System.Collections"/>    <add namespace="System.Collections.Specialized"/>    <add namespace="System.Configuration"/>    <add namespace="System.Text"/>    <add namespace="System.Text.RegularExpressions"/>    <add namespace="System.Web"/>    <add namespace="System.Web.Caching"/>    <add namespace="System.Web.SessionState"/>    <add namespace="System.Web.Security"/>    <add namespace="System.Web.Profile"/>    <add namespace="System.Web.UI"/>    <add namespace="System.Web.UI.WebControls"/>    <add namespace="System.Web.UI.WebControls.WebParts"/>    <add namespace="System.Web.UI.HtmlControls"/>   </namespaces>  </pages>  <!--            The <authentication> section enables configuration             of the security authentication mode used by             ASP.NET to identify an incoming user.         -->  <authentication mode="Forms">   <forms loginUrl="login.aspx" defaultUrl="rdp.aspx"/>  </authentication>  <membership>   <providers>    <remove name="AspNetSqlMembershipProvider"/>    <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>   </providers>  </membership>  <!--            The <customErrors> section enables configuration             of what to do if/when an unhandled error occurs             during the execution of a request. Specifically,             it enables developers to configure html error pages             to be displayed in place of a error stack trace.-->        <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm">            <error statusCode="403" redirect="NoAccess.htm" />            <error statusCode="404" redirect="FileNotFound.htm" />        </customErrors>         </system.web></configuration>
 
Am I missing somthing here?
 Chrissrbytes@yahoo.com

View 7 Replies View Related

Login Failed For User '(null)'. Reason: Not Associated With A Trusted SQL Server Connection

Jan 18, 2007

Hi I have am developing on xp machine with iis 5.1 and trying to connect to a seperate windows 2003 machine with mssql 2000 installed.I would like to use a trusted connection and I added an asp account on the sql server with permissions to the database and also edited the security tab on IIS to have this account. I unchecked allow IIS to control this password.  When I look in the event viewer on my local machine I get an error:Process information:     Process ID: 2388     Process name: aspnet_wp.exe     Account name: MACHINENAMEASPNET  Exception information:     Exception type: SqlException     Exception message: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.    Any Ideas as to how I can fix this? 

View 7 Replies View Related

Login Failed For User '(null)'. Reason: Not Associated With A Trusted SQL Server Connection.

Mar 26, 2007

Basic setup

IIS 6 with ASP.Net 2.0, Integrated Windows Authentication turned on (anonymous turned off)
SQL Server 2000 with Windows Only Authentication on (SQL Server authentication turned off)
web.config file contains the following relevant entries:<identity impersonate="true" /><authentication mode=Windows" />
connection string:Data Source=[server name]; Integrated Security=SSPI; Initial Catalog=[database name];
When I run my query on my development server, it runs perfectly. When I run it on the production server (which is just an exact xcopy of the development web site), I get the "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection" error. I have verified that the settings I listed above are the same on both sites. What else should I check for?
I placed some test code on the page that outputs the current logged on user and the current asp.net user, and everything seems fine (both usernames are the same - the expected domainusername of the impersonated user who logged in to the site), so I don't know why the database would say the user was null. My test code for outputting the user is below:
string authUserName = User.Identity.Name;string aspUserName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;Response.Write("You are: " + authUserName + "<br/>");Response.Write("This page runs as: " + aspUserName);

View 3 Replies View Related

Login Failed For User '(null)'. Reason: Not Associated With A Trusted SQL Server Connection

Mar 23, 2008

I dont believe that no one can help me in this damn error,Please, I'm gonne lose my job offer If I didnt fix this. I have spent 7 days searching with no use !!
I use ASP.NET 2.0 with C# to develop an intranet site, it was working perfectly when i was on Visual Studio, when i tried to publish the site it gave me that error.
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
the web application on IIS server, windows 2003 - the database on a different server windows 2003, sql server 2000.
Regaeding that we have proxy server, one firewall.
I tried to do the following steps with no use :(
1. Create a Domain Account with priveleges similar NETWORKSERVICE (windows server 2003).2. Grant this Domain Account (DomainName/NETWORKSERVICE ) access in the SQL Server Database for the necessary databases (created a new login for this user and gave it the privillage creator, read, write)3. <identity impersonate="true" userName="DomainNameUserName" password="password" />The second method is to simply set identity impersonate to true and assign the username and password in the IIS.1. Type inetmgr from your command prompt and give enter.2. This would open the IIS Control Panel.3. Expand the appropriate nodes and select the Virtual Directory of your application.4. Right Click and select Properties.5. Switch to the Directory Security Tab.6. Under Anonymous access and authentication control click Edit7. Check the Enable Anonymous access in case you want people to access the application without logging in with Windows Logon Screen.8. Uncheck the Allow IIS to control password and enter the DomainName/UserName and Password in the respective boxes. Usually IIS uses IUSER_MACHINENAME credentials for Anonymous access.9. Uncheck if any other authentication mode is checkedI did the previous step exactly like that. and the error still come.I remind you again we have a proxy server with one firwallI dont running under https X
My connection string is:    <add name="LocalSqlServer" connectionString="Data Source=database server IP; Initial Catalog=database name; Integrated Security=True"; UID="sa" ; pwd="password";      providerName="System.Data.SqlClient" />Please find me a solution

View 4 Replies View Related

Login Failed For User '(null)'. Reason: Not Associated With A Trusted SQL Server Connection.

Apr 3, 2008

hi, 

there are two win2003 servers in the same workgroup. one has mssql 2000 server and other one has asp.net 2.0 web application connecting that mssql server. mssql server Authentication is SQL Server and Windows but when i try to connect using sql authentication with uid and pwd, i get the error;
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.

searched a lot about it but couldnt find any solutions. the win2003 server which hosts mssql server has active directory. is this could be the problem? thanks in advance.

 ametedit :here is my connection string;"data source=192.168.16.1;initial catalog=SOLAR4;Trusted_Connection=yes;UID=Sql_user;PWD=123;"sql_user is dbowner of Solar4 database.

View 1 Replies View Related

ASP.Net Pages And SQL Server Not In The Same Machine. Login Failed For The User, Not A Trusted Sql Connection

Jun 16, 2008

I am having an asp.net web site hosted in my machine's IIS (5.1). This aspx files are accessing data from an sql server 2000 database located in another machine. While i am trying to open a connection from the aspx files to the database, an error showing login failed for that user. Not a trusted sql server connection. so i unchecked the "allow anonymous access" in the directory security. But now its working from my machine (the web server, localhost). but when i try to access the aspx files from another machine with my system ip, the same error exists-Login failed for the user and not a trusted sql server connection. 

View 3 Replies View Related

Login Failed For User 'username'. Reason: Not Associated With A Trusted SQL Server Connection.

Dec 19, 2003

This is the error I get below. What did I do wrong?

Login failed for user 'useranme' exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'dnn'. Reason: Not associated with a trusted SQL Server connection.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException: Login failed for user 'dnn'. Reason: Not associated with a trusted SQL Server connection.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +484
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
DotNetNuke.AdminDB.ExecuteSQLScript(String strScript)
DotNetNuke.Global.Application_Start(Object Sender, EventArgs E)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved