This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I have a two Silverlight applications (exactly the same) hosted on IIS but each points to a different database. However, when I run both sites, they end up using the same database. How can I resolve this issue? |
|
|
You will need to use different LightSpeedContexts for the two applications. If the two 'sites' are hosted within the same IIS application, this means you will need to have two LightSpeedContext objects. If they are hosted in different IIS applications, then check that the config files contain different connection strings. |
|