Switching off Apache and using IIS

Go4Expert Member
29Feb2012,14:23   #1
arpit.jh001's Avatar
I am currently learning Asp and for that I need to install IIS server...but I already have Apache HTTP Server 2.2 installed in my computer.....how can I stop Apache Service and use IIS...Kindly help
John Hoder
1Mar2012,22:24   #2
Scripting's Avatar
Apache is Linux, and IIS is windows powered, don't you think?
Go4Expert Member
3Mar2012,00:32   #3
arpit.jh001's Avatar
Apache is for both windows as well as for Linux platform..........plz post reply if you know about the subject
John Hoder
3Mar2012,01:26   #4
Scripting's Avatar
Quote:
Originally Posted by arpit.jh001 View Post
Apache is for both windows as well as for Linux platform..........plz post reply if you know about the subject
Oh so, I didn't know, sorry But still, you can find a way how to uninstall Apache on google, try this: http://www.google.com/#hl=en&sclient...w=1024&bih=630
Go4Expert Founder
3Mar2012,10:04   #5
shabbir's Avatar
Quote:
Originally Posted by arpit.jh001 View Post
I am currently learning Asp and for that I need to install IIS server...but I already have Apache HTTP Server 2.2 installed in my computer.....how can I stop Apache Service and use IIS...Kindly help
If you have installed Apache using XAMPP then you can start the xampp control panel to stop Apache or else you can visit the Windows services and find the Apache service and stop it.
Go4Expert Member
3Mar2012,12:09   #6
arpit.jh001's Avatar
@shabbir : First I installed Apache without using XAMPP...then because I want to use ASP.NET I uninstalled it and then reinstalled it using XAMPP...I even changed the port from 80 to 1025...then also when I installed IIS server (port 80) ...then also it is not working....
Go4Expert Founder
3Mar2012,12:34   #7
shabbir's Avatar
Try installing IIS and then install Apache and see if it works because once the server service is stopped there is no way for IIS to know that Apache is handling port 80 requests.
arpit.jh001 like this
Go4Expert Member
23Mar2012,12:55   #8
arpit.jh001's Avatar
thanks ...it works