asp.net & apache/php co-existing?

  • Thread starter Thread starter Alan Zhong
  • Start date Start date
A

Alan Zhong

hi, my server is using apache + php and occupying port 80 for the web
service.
how can i make asp.net web service working so that the users can use
php in one directory and asp.net in another one?
i heard of MONO, but can I avoid using it to acheive my goal? thankx.
 
I think the problem is that Apache and IIS are two different servers and as
such need to monitor different port, otherwise the OS does not know where to
route the request.

Is there a reason you don't want to set one of the two to listen on a
different port?
 
i am not sure how to set a different port. i changed the port# in the
IIS to a 4 digit port. it's working within the networking computers,
but not to the public. i heard someone told me to set something in the
router, but i don't know how to?
 
Alan,

It all depends on what router you are using. I'm not sure which newsgroup
you should post this too, but probably not this one. I would find a
newsgroup related to networking and/or IIS.

Raymond Lewallen
 
Back
Top