Web Page Database Connection¶
[Only for RMS V1.1.x]
The connection string looks different than in the wService config file:
<add name="wData2Entities" connectionString="metadata=res://*/Model.wContext.csdl|res://*/Model.wContext.ssdl|res://*/Model.wContext.msl;
provider=System.Data.SqlClient;
provider connection string="
data source=.\SQLEXPRESS;
initial catalog=RMS;
Persist Security Info=True;
User ID=rmsUser;
Password=rmsPasswordExample;
MultipleActiveResultSets=True;
App=EntityFramework"" providerName="System.Data.EntityClient" />
| Important: Do not remove any characters or insert spaces except the yellow marked! In doubt, use a completely new and unchanged Config file |
|---|