CodeIgniter Forums
Can I run asp.net code on a PHP server? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Can I run asp.net code on a PHP server? (/showthread.php?tid=61957)



Can I run asp.net code on a PHP server? - jajajaja - 06-04-2015

Hello thank you for welcoming me , I just started programming in php and using Codeigniter and I added asp.net code using asphostportal.com. And try to execute that it displayed asp.net code only. Whether it is possible to add asp.net code under php domain by using any plugin or some third party help. If yes means, give some idea.


RE: Can I run asp.net code on a PHP server? - Avenirer - 06-04-2015

I would have answered "no", but the forum doesn't allow me (to short...). The other way around is doable, I think (IIS)...


RE: Can I run asp.net code on a PHP server? - CroNiX - 06-04-2015

You just run IIS, but use a different port. Like run your regular current server on port 80 and run IIS on port 8080 or something. But you can't mix php/asp code in the same app if that's what you're after, unless you're using ajax or something to pass data between the two.