I get strange error while getting the data from Sqlserver using c#.
Actually i have develop an application in asp.net (c#) and i wrote the code to get the from sqlserver database .It is working fine, but this work only when i log into system as Administrate.
When i login into my system as non-Administrate it is not working it throws connection failed exception . Please help me how to resolve this error.

Actually my Connection string is :
Data Source=OSBORNECHARLES2;Initial Catalog=TWO;Integrated Security=True;User ID=sa;Password=123
May be this is because you have enabled “Integrated Security=True” set it to false. And try with a real sql server login.