vinorajendran
|
Posted: Sunday 28, March 2010 08:04:41 AM
|
|
I create a database in sqlserver. That database is a backend. f ront end is vb.net 2003. The systems are already in lan connec tion. I developed my project(VB.NET) and Database (SQL SERVER 2 000) in system1. After finished my project I copied the .exe fi le of my project and paste in to another system.
But now whenever i run my .exe the following error was occured.
An unhandled exception was occured in your application. Logi n failed for user(null). Reason not associated with a trusted S QL SERVER connection
Plz tell the solution for this probelm.
Already i entered following connection string : ("workstation id=system1;packet size=4096;userid=sa;initi al catalog=master;persist security info=false")
|
Back to Top
^ |
|
AJProfessionals | Posted: Saturday 15, May 2010 02:07:59 PM | | Hi,
Check SQL server connection setting, it must allow windows and SQL Authentication.
-AJ
| Back to Top ^ | | |
|