asp.net & apache/php co-existing?

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.
 
P

Peter Rilling

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?
 
A

Alan Zhong

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?
 
R

Raymond Lewallen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top