Sql Exception: No Process Is on the Other End of the Pipe
问题 I can not access my sql server connection from c# code. I get this error: Sql Exception: No Process Is on the Other End of the Pipe thats the connection string in my app.config: <add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Data Source=BELLA\SQLEXPRESS;Initial Catalog=TLP;User Id=pascal;Password=test;Pooling=False"/> When I use windows authentication: Integrated Security=True; Then I can connect to the database. BUT I can NOT use windows authentication