I'm using Silverlight and RIA Service and Entity Framework. The problem is when users connect to the application and Application wants to connect to the database with a simple opening connection and close it to check connectivity, its service fails. The url that has this problem is:
http://192.168.1.1/main/index.aspx
I added an application to the IIS with 'test' name and the same directory as the 'main' application. The url is:
http://192.168.1.1/test/index.aspx
With this url, the application works good and does not any problem with the connection.
In fact, at this time, all users only connect to the first url(main) and all of their transaction load is on that.
What is the reason of this behavior?