You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enables authorized clients to have read and write access to resources for the specified entity sets.
204
+
This enables authorized clients to have read and write access to resources for the specified entity sets.
205
+
208
206
209
-
> [!NOTE]
210
-
> Any client that can access the ASP.NET application can also access the resources that are exposed by the data service. In a production data service, to prevent unauthorized access to resources, you should also secure the application itself. For more information, see [Securing WCF Data Services](http://msdn.microsoft.com/en-us/library/dd728284.aspx).
207
+
> [!NOTE]
208
+
> Any client that can access the ASP.NET application can also access the resources that are exposed by the data service. In a production data service, to prevent unauthorized access to resources, you should also secure the application itself. For more information, see [Securing WCF Data Services](http://msdn.microsoft.com/en-us/library/dd728284.aspx).
211
209
212
210
For BCS to receive notifications, there must be a mechanism on the back-end data source that will accept a request to be added and removed from notification subscriptions.
213
211
@@ -224,74 +222,69 @@ The last step in creating the service is to add service operations for the **Sub
224
222
- In the AdventureWorks.cs page, add the following string variable declaration.
> This file is an XML file that is updated with the new subscriptions. Access to this file will be made by the server process, so make sure you have granted sufficient rights for this file access. > You might also want to create a database solution for storing subscription information.
231
230
232
-
> [!NOTE]
233
-
> This file is an XML file that is updated with the new subscriptions. Access to this file will be made by the server process, so make sure you have granted sufficient rights for this file access. > You might also want to create a database solution for storing subscription information.
231
+
Then add the following two **WebGet** methods to handle the subscriptions.
234
232
235
-
Then add the following two **WebGet** methods to handle the subscriptions.
0 commit comments