Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an asp.net website which is developed in asp.net 4.0 with data binding from a database which is maintain in sql server 2000..
It it working fine on localhost but when I am deploying it on IIS and while running the page the following error is occurring..

CSS
Login failed for user 'sa'. 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.OleDb.OleDbException: Login failed for user 'sa'. 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.


-----------
-> I am using mixed mode authentication and sql server 2008 is installed on my system
-> I am using the following connection string in my .cs page

C#
using (OleDbConnection con3 = new OleDbConnection("Provider=SQLOLEDB;Data Source=192.168.2.4;Persist Security Info=True;User ID=sa;Initial Catalog=PCGWORK"))
Posted
Updated 4-Apr-13 18:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900