I\'m writing an add-in for Outlook using the new framework. The manifest in the project template uses ~remoteAppUrl
to represent the location of the web files. It w
I would like to bring the light on where the value comes from to replace the ~remoteAppUrl
parameter. Add-in .csproj
file contains the reference to the WebApp project:
{57AC33A8-A364-4084-B41F-319C5DBB9FB4}
OutlookWebAddIn1Web
True
Web
SharePointWebProjectOutput
OutlookWebAddIn1Web
False
I think it takes the URL from the WebApp .csproj
file: