Domanda

I´m creating an application with SharePoint 2013/Visual Studio 2012. When I modify the aspx or ascx files, I need to deploy the whole application in order to view all changes and it will take almost one minute.

Is it possible to avoid the deployment when I change these ascx/aspx/js/css files?

È stato utile?

Soluzione

No, deployment is only way how to propagate changes when using Visual Studio to develop SharePoint farm solutions.

But you can create JS/CSS/HTML pages using SharePoint Designer and when you will be done, import it to Visual Studio - SPD saves changes directly to SharePoint and you will see result imediatly...

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top