5
I am creating a website in ASP.NET and the company wants me to maintain the client area of the old site that was made in PHP.
The client area consists of a login, in which after being authenticated, the client can fill out a form with his problem and after being filled in, this form will be sent to a platform where the technicians consult all the problems of the customers.
All this is already done in PHP and Mysql. Only apply on the site that is being created in ASP.NET.
What’s the best way to do that?
I have thought about when the company put the old site offline, leave the part of the online client area and this site in ASP.NET create only the login part and if the login succeeds, redirect to the old page but do not know to what extent this is possible or safe.
It is a little complicated to integrate the two sites, because they must be different servers (linux and windows) - But as the data goes to Mysql; I believe you can leave the two working individually - Connecting the two through Mysql, after all the data will be recorded independent of the programming used.
– dHEKU
Have you managed to install the PHP site on IIS? Or is this not possible?
– Leonel Sanches da Silva
Possible: https://technet.microsoft.com/pt-pt/library/hh994589.aspx
– Carlos Martins
Good evening, a tip, use tags relevant to the problem, I’m sure will take my comment as a constructive criticism.
– Guilherme Nascimento
Pick a tool and work with it if you’re gonna use it PHP use, if you’re not going to use it, don’t waste valuable time creating laborious routines. You’re more likely to make mistakes by putting them together than you are to work with just one. And that problem you have there, it’s just superficial, then there are others that you will have to solve.
– Edilson