PHP's tag archives

Authentication account Joomla on ASP.NET applications

Authentication account Joomla on ASP.NET applications Introduction Browse the article headline, I know some of you have ever studied by Joomla and ASP.NET will be surprised. Because Joomla is developed in PHP language, ASP.NET is a language is different from PHP so much. Otherwise, the environment operate them also diffirent, PHP running on Linux, ASP.NET on Windows operating system. Two months ago, I have developed a website as follows: This website uses Joomla and have run a few m...

Run IIS and Apache webserver on same machine on same port (80)

I am a non-pro web developing :D. But I love programming very much ! From 2003 to 2007, I used PHP as a primary web language. From the end of 2008 to now, I try to use ASP.NET (C# language). So that, I have a lot of time to “struggled” against with Apache and IIS. That ’s so great. A few month ago, I have a problem that : I need to run same IIS and Apache on the same server at same port 80. Before, I done when tried to config them run at same computer on other port 80 and 8080. Is that diff...