![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am able to preview this data in the development environment, but when I run the application the error below shows up. How do I set up a Trusted Connection? -Ray Server Error in '/WebApplication2' Application. -------------------------------------------------------------------------- -- ---- Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Description: An unhandled 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 '(null)'. Reason: Not associated with a trusted SQL Server connection. |
#3
| |||
| |||
|
|
I am able to preview this data in the development environment, but when I run the application the error below shows up. How do I set up a Trusted Connection? -Ray Server Error in '/WebApplication2' Application. -------------------------------------------------------------------------- -- ---- Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Description: An unhandled 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 '(null)'. Reason: Not associated with a trusted SQL Server connection. |
#4
| |||
| |||
|
|
In your connection string are you providing a user name? To set up a Trusted Connection the web server would have to be a member of the domain the SQL server is in (or at least a trusted domain) and you would need to set up an account for whatever user you have the ASPNET_wp process running under. You may be able to browse in preview mode because of your domain account having an account on the sql server? "Ray Valenti" <RValenti (AT) neo (DOT) rr.com> wrote in message news:8j8ub.15124$up3.8285 (AT) fe1 (DOT) columbus.rr.com... I am able to preview this data in the development environment, but when I run the application the error below shows up. How do I set up a Trusted Connection? -Ray Server Error in '/WebApplication2' Application. -------------------------------------------------------------------------- -- ---- Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Description: An unhandled 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 '(null)'. Reason: Not associated with a trusted SQL Server connection. |
#5
| |||
| |||
|
|
Chris, The connection string is: strConnect = @"data source=MYSERVER;initial catalog=MainDb;integrated security=SSPI;persist security info=True;workstation id=MYWORKSTAT;packet size=4096"; I tried a different version with a user id and password and get the same message about not being a trusted connection. Login failed for user 'Ray'. Reason: Not associated with a trusted SQL Server connection. With ADO I would use a DSN the string would be just "DSN=MyDSN" The Ray user does have an account on the server. -- "Chris Bower" <chris.bowerNO (AT) SPAMunionfedbank (DOT) com> wrote in message news:%23DrtOiTrDHA.964 (AT) TK2MSFTNGP10 (DOT) phx.gbl... In your connection string are you providing a user name? To set up a Trusted Connection the web server would have to be a member of the domain the SQL server is in (or at least a trusted domain) and you would need to set up an account for whatever user you have the ASPNET_wp process running under. You may be able to browse in preview mode because of your domain account having an account on the sql server? "Ray Valenti" <RValenti (AT) neo (DOT) rr.com> wrote in message news:8j8ub.15124$up3.8285 (AT) fe1 (DOT) columbus.rr.com... I am able to preview this data in the development environment, but when I run the application the error below shows up. How do I set up a Trusted Connection? -Ray Server Error in '/WebApplication2' Application. -------------------------------------------------------------------------- -- ---- Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Description: An unhandled 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 '(null)'. Reason: Not associated with a trusted SQL Server connection. |
#6
| |||
| |||
|
|
I am able to preview this data in the development environment, but when I run the application the error below shows up. How do I set up a Trusted Connection? -Ray Server Error in '/WebApplication2' Application. -------------------------------------------------------------------------- -- ---- Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Description: An unhandled 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 '(null)'. Reason: Not associated with a trusted SQL Server connection. |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Both TCP/IP and Named pipes are enabled on the client machine. I even moved the database to my local machine and still get an error. If I can configure a DSN why can't I use that as the connection string? Why can't the connection string specify any user (me) thereby providing the same rights? I have a Win 2000 small business server, my client machine is XP. How can I provide rights for the ASPNET user? ------------------------------------------------------ Login failed for user 'GORILLAZ\ASPNET'. Description: An unhandled 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 'GORILLAZ\ASPNET'. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |