Web Page Database Connection

<< Click to Display Table of Contents >>

Navigation:  Help > Installation >

Web Page Database Connection

[Only for RMS V1.1.x]

 

The connection string looks different than in the wService config file:

 

<connectionStrings>

 <add name="wData2Entities" connectionString="metadata=res://*/Model.wContext.csdl|res://*/Model.wContext.ssdl|res://*/Model.wContext.msl;

provider=System.Data.SqlClient;

provider connection string=&quot;

data source=.\SQLEXPRESS;

initial catalog=RMS;

Persist Security Info=True;

User ID=rmsUser;

Password=rmsPasswordExample;

MultipleActiveResultSets=True;

App=EntityFramework&quot;" providerName="System.Data.EntityClient" />

</connectionStrings>

 

Important:

Do not remove any characters or insert spaces except the yellow marked!

In doubt, use a completely new and unchanged Config file