Create an ASP.NET Web Application as the Office 365 AddIn Taskbar

1 answer
Finally, I did it! This is not difficult. First, you must use Visual Studio. When you develop directly from a browser, download and open this project in Visual Studio. You can follow this example to make a very simple example.
  • Build an HTML5 / JavaScript application like in β€œHow to” (first link)
  • Add a new ASPX page to the Home folder
  • Open the xml application in the Solution folder
  • Here you can change the source location to a new ASPX web page.
  • Launch the application
+3
source

Source: https://habr.com/ru/post/944475/


All Articles