World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
In my CMS 11 solution I used the variable |DataDirectory| to point out the App_Data folder where my database file is placed and that workd just fine. Is Net Core I tried to use the same: "ConnectionStrings": { "EPiServerDB": "Data Source=(LocalDb)...
In CMS 11 I had a view configuration that looked like this: [ServiceConfiguration(typeof(ViewConfiguration))] public class SendToTranslationView : ViewConfiguration { public SendToTranslationView() { var localization = ServiceLocator.Current.GetIn...
When your are creating a custom plugin you might want to initialize your plugin on startup. You could of course add everything you need in the Optimizely Startup.cs class but is is much nicer to have the user just adding one row of code using an...
So in CMS 11 when you wrote your plugin you easily add settings to your plugin using GuiPlugin attribute and adding properties using the PlugInProperty attribute. In CMS 12 that is not longer possible so the best is instead to create your own top...
After installing an Alloy site I forgot the username and password to login to Episerver and creating a local user and adding it to the Administrators group did not work for me. Maybe someone can tell me how that should work and be done!? The old...