Where connection string, what is the connection string WebEdEntities

  • The connection string that WebEd Cloud uses is stored in /WebEd.Web/App_Data/Site.config or /App_Data/Site.config
  • There is a connection string named WebEdEntities in Web.config by default:
    • The connection string for development only updates the changes from entity context to a database.
    • With Entity Framework and Code First Approach, every change you make to the entity context is migration. For more detail, please find them here.