hi
i have installed the latest package of remobjects internet pack . i want to use this components to send some commands from a web application in visual studio 2013 to a vcl form application with indy in delphi xe5 .
but this .net component in visual studio just enable in .net windows forms not .net web applictions forms.
i want to know how can i use this component in web applications forms , is there any references ?
InternetPack components don’t provide and GUI. So there is no difference where they are used - in WinForms app or in WebForms app. You could move you code that uses IP.NET to a separate Class Library and use it from both the WinForms and WebForms apps in the same way.