Ok, here's what's happening on my PC right now:
- I installed XAMPP, and yeah it works all fine and beautifully.. I can run both PHP and mySQL
- But, today.. I wanted to also install .NET Framework on my PC, so that I can run both .aspx, and .asp on my local machine. It installed IIS server correctly, and created Inetpub folder on my local HDD.. But, I can't access them cuz there's XAMPP. Everytime I tried to go to localhost, it will redirect me to XAMPP welcome page and configuration
I tried to open .asp file that's on the wwwroot folder in the Inetpub, but it doesn't give me welcome page as what it gave me on my laptop. My laptop doesn't have XAMPP installed. Is it possible to install both? or not?

thx