I'm creating a website in ASP.NET and the company wants me to keep the client area of the old site that was made in PHP.
The client area consists of a login, where after being authenticated, the client can fill out a form with his / her problem, and once it is completed, this form will be sent to a platform where the technicians consult all the clients' / p>
All this is already done in PHP and MySql. You only have to apply to the site being created in ASP.NET.
What will be the best way to do this?
I've already thought about the time when the company put the old site offline, leave the part of the customer area online and in this site in ASP.NET create only the part of the login and if the login is successful, redirects to the page old but I do not know to what extent this is possible or safe.