Ask a Question related to ASP.NET Security, Design and Development.
-
DotNetJunkies User #1
Login failed for userReason: Not associated with a trusted SQL Server connection.
using asp.net writing an application to retrieve records from SQL Database but giving error as mentioned in my subject
i have kept the settings to windows authentication
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
I am pulling my hair out..... I am trying to put a bound data grid on a webform... I have 4 data connections in my server explorer, all of which... -
Reason: Not associated with a trusted SQL Server connection.
Hello all, I posted this on SQL newsgroup as well, not sure who may know the answer. I'm developing a asp.net program. Everything works great,... -
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
I am losing lots of hair over this issue. We are trying to implement windows authentication from a web server to a database server. The web server... -
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection
Hello, Some time ago I posted a message here about my problem: after upgrading the domain controller to Windows Server 2003, I couldn't use the... -
Not associated with a trusted SQL Server connection
We are running SQL server 2000 on MS Windows Server 2000. We have web based database (ASP.net and SQL Server 2000). When I run this page with 'sa'... -
Mary Chipman #2
Re: Login failed for userReason: Not associated with a trusted SQL Server connection.
If you are using impersonation with integrated security (windows
authentication) with SQL Server, then you must enable specific windows
group/user logins in SQL Server and grant the necessary database
permissions. If not, then you need to grant the ASPNET process model
account a login and database access. You might want to take a look at
the asp.net security best practices whitepaper:
[url]http://www.microsoft.com/downloads/release.asp?ReleaseID=44047[/url]
--mary
On Mon, 16 Aug 2004 05:36:11 -0700, DotNetJunkies User
<User@-NOSPAM-DotNetJunkies.com> wrote:
>using asp.net writing an application to retrieve records from SQL Database but giving error as mentioned in my subject
>i have kept the settings to windows authentication
>
>---
>Posted using Wimdows.net NntpNews Component -
>
>Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.Mary Chipman Guest



Reply With Quote

