SAP .net connector with ASP (no ASP.NET)
Hi group,
I have to migrate a ASP web application based on SQL Server to be based on SAP Enterprise as Backend.
We are thinking about to use SAP .NET connector to communicate the application with SAP, but we don't know if it's a good practice to use .net connector with ASP (no asp.net).
Does anyone know what is recommendable and why? we need to know if it's better to migrate the application to .net
thanks!
Regards,
Federico
Message was edited by: Federico Avila
Reiner Hille-Doering replied
Consuming WebServices from ASP.NET is simple. NCo sits on top of Microsoft's WebService client to allow both, RFC and Soap protocoll.
If you are using the newest SAP servers you may not need RFC, so you could use a pure WebService client. However, I don't know if there is (a good) one for old ASP.