1

I am using SignalR with the following connection string:

 <add name="SignalR" providerName="System.Data.SqlClient" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=SignalR;Data Source=machine1" />

Everything is working fine, but in a specific enviroment SignalR fails telling it needs

Asynchronous Processing=true

To be added to the connection string.

4
  • Are you using the Sql server scaleout backplane Commented Dec 16, 2013 at 4:03
  • I have no idea what Sql server scaleout backplane is. Commented Dec 16, 2013 at 9:06
  • SignalR doesn't usually use sql server unless you're using one of its scaleout solutions. Commented Dec 16, 2013 at 9:13
  • Yes, I use the sql scaleout backplane: GlobalHost.DependencyResolver.UseSqlServer(ConfigurationManager.ConnectionStrings["SignalR"].ConnectionString); Commented Dec 16, 2013 at 9:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.