Para los inquietos ‘Wintel’ acostumbrados al escritorio remoto y lo echen de menos después de flotar una maquina en Ubuntu en Azure… Aquí tienen su plan rápido:
Abrir en extremos para el puerto ‘remote ‘:
open>PuTTY session>IP>Port>
Para los inquietos ‘Wintel’ acostumbrados al escritorio remoto y lo echen de menos después de flotar una maquina en Ubuntu en Azure… Aquí tienen su plan rápido:
Abrir en extremos para el puerto ‘remote ‘:
open>PuTTY session>IP>Port>
Si estas pensando en añadir alguna entrada mas en el modelo de Identidades… y no tienes las migraciones automáticas «enabled», podrías topar con lo siguiente :
Exception calling «LoadFrom» with «1» argument(s): «Could not load file or assembly file:///….\packages\EntityFramework.6 .1.3\tools\EntityFramework.PowerShell.Utility.dll’ or one of its dependencies.
ConfigureAuth(app);
Migrations.Configuration configuration = new Migrations.Configuration();
DbMigrator migrator = new DbMigrator(configuration);
migrator.Update()
Por cierto no olvides el : using System.Data.Entity.Migrations;
🙂