locked
HPC and Entity Framework RRS feed

  • Question

  • Hi Everyone,

    I'm new to HPC and I have run into an issue. The application that I'm working on is made up of a combination of SOA services and using the Entity Framework for data access. The issue I am having is that I can't figure out where to place the connection string so the service can locate it. Note that the service is a dll file. Please Help!

    Tuesday, March 24, 2015 7:37 PM

All replies

  • Hello,

    If you need the SOA service to load the connection string or other environment data, you may use the <environmentVariables/> in the SOA service registration file. For details about SOA service registration file , please see http://technet.microsoft.com/en-us/library/ff943786(v=ws.10).aspx. HTH.

    Best,

    Yutong

    Friday, March 27, 2015 5:45 AM