I see where I can change the port in IIS, thanks. Is it possible to run a few ISAPI applications at one time, with their own port numbers? If so how do I do this?
 
Thanks
Neil
----- Original Message -----
From: /dev/null
Sent: Monday, November 21, 2005 2:23 PM
Subject: Re: [msvc] ISAPI programming

Set it in IIS's control.
 
You may find it easier just to implement each isapi under a different virtual directory:
 
mydomain.com/app1/whatever
mydomain.com/app2/whatever
 
----- Original Message -----
Sent: Monday, November 21, 2005 3:25 AM
Subject: Re: [msvc] ISAPI programming

HI,
  Is there a way to have the web server application using a different port rather than 80? We might have a few application running, and want same domain name.
 
Neil


_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to