Posted on: 6/24/2014 9:47:09 AM | Views : 399

I implemented SQLSERVER session state for Load Balancer. Everything is ok now.
But the only problem im facing is Connection string getting null sometimes. I tried to change my Sqlserver session parameters but none of them working.
That is my staticConnectionString parameter(Declared in Entity  as static string property) which used to have connection string value is getting NULL. Only with Load Balancer im facing this issue. Any body please Help.

Value cannot be null. Parameter name: connectionString Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information a ...

Go to the complete details ...