How should one configure an Azure Webrole when using a TCP-based WCF on the same ports as IIS? An 开发者_开发技巧on-premise solution would typically use WAS activation, however this usually involved
Does the TCPPortSharing service permit me to have a WAS activated TCP-Based service on the same port as IIS\'s port 80?
I am reading my DataTable as follow: foreach ( DataRow o_DataRow in vco_DataTable.Rows ) { //Insert More Here