0
I have a client who is looking for a new website that communicates with the database of a system that he already uses in the company (implemented in Asp .NET). It is important the integrity of the data that will be displayed on the website since it is about selling products and we cannot sell a product that is no longer in stock. He talks a lot about security (because he may be attacked by competitors) but I don’t know what the best way to meet demand is. I thought of a separate PHP system that accesses the same database, but I still don’t know the best way to do this.
This ASP system has a web service to make this data available?
– Adriano Luz
@Adrianoluz No. But that would be provided if we chose to do so.
– Matheus Godoi