cancel
Showing results for 
Search instead for 
Did you mean: 

ASP.NET And B1

Former Member
0 Kudos
118

Dear Expert,

Can i develop a ASP.NET web application without using DI server. I have develop some VB.NET code which using DI API.

Now, i want to reuse those code in ASP.NET.

Regrads,

Kit

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi Kit,

While it should be possible to connect to SAP Business One via ASP.NET and the DI API, the scalability of such a platform would be very poor due to the amount of memory that each instance of the DI API would take up on the web server. The DI Server is the preferred tool as it makes better use of connection pooling and other technologies to enhance the scalability.

If your solution is only for a very limited number of users then you could get away with using just the DI API (though I wouldn't recommend it). If not, I'm afraid you'd need to recode to use the DI Server or go for something like iBOLT (a certified integration tool).

Hope this helps,

Owen

Answers (0)