Timeline for where do i need to deploy my remote event receiver for our sharepoint online; inside external IIS or inside SharePoint app catalog
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 8, 2017 at 12:09 | vote | accept | John John | ||
| Jun 29, 2017 at 15:37 | comment | added | Venkat Konjeti | Let us continue this discussion in chat. | |
| Jun 29, 2017 at 15:34 | comment | added | John John | i had a fast reading about the link blogs.msdn.microsoft.com/kaevans/2014/02/26/… but i am not sure if i will be attaching the RER to specified list instances (listA, listB, etc...)? or i can attach them to specific list templates (as i use to do with server-side RER)?? | |
| Jun 29, 2017 at 15:31 | comment | added | Venkat Konjeti | Yes. You can do that. | |
| Jun 29, 2017 at 15:24 | comment | added | John John | so generally speaking i can attach the Remote Event Receiver to existing lists and existing sites .. is my assumption correct ? | |
| Jun 29, 2017 at 15:17 | comment | added | Venkat Konjeti | The first question is regarding deployment your assumption is right. Coming to the second question you can not attach the event directly to the list on the host web. But you can attach programmatically using the App Installed event in the remote web. Here is an article that expalins the process blogs.msdn.microsoft.com/kaevans/2014/02/26/… | |
| Jun 29, 2017 at 14:03 | comment | added | John John | second question.. now in the link c-sharpcorner.com/UploadFile/3a164c/… they have added the list which will be firing the RER inside the app project... so not sure if using RER i can attach them to existing lists ? i mean in my case i already have the lists created and they contain data.. but i need to develop RER and attach them to existing lists.. is this a supported scenario ? or the lists need to be part of the App project itself? | |
| Jun 29, 2017 at 14:00 | comment | added | John John | So the link you provide showed that we can publish the RER to our developer site using visual studio... which is great.. and after testing and verifying it , I need to deploy the remote web application to external IIS, then update the App's elements.xml to reference to the URL points to the webservice's URL. then i need to add the .app to the app catalog site.. is this correct ? | |
| Jun 29, 2017 at 3:32 | comment | added | Venkat Konjeti | Refer this article on how to debug in your test environment c-sharpcorner.com/UploadFile/3a164c/…. In Production, you have to deploy the .app file to app catalog site and remote web application to the IIS in the on-premises or Azure. | |
| Jun 29, 2017 at 1:01 | comment | added | John John | thanks a lot for the helpful reply. so now when i specify the url for my developer site inside office 365, and i deploy the RER using VS will both projects (the SP & the IIS) inside VS got deployed inside the developer site? second question , now if i want to deploy the RER to my live environment, then do i need to add the .app file inside the app catalog site and to deploy the IIS project inside external IIS (Azure or local IIS)? can you provide more info please? | |
| Jun 28, 2017 at 17:32 | history | answered | Venkat Konjeti | CC BY-SA 3.0 |