I have a model of Entity Framework with a connection string to database in App.Config file within SOE project. When I debug SOE ( Rest Service ) , I get this error:
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient Provider, not valid
How come the connection string in App.Config cannot be found when I call REST Service? I am able to update the Entity model by right Clicking on .edmx file . It seems the connection defined in App.Config is valid though.