Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

help.. trying to use netcam with IIS , 2 servers using por..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Problem  
Author Message
tony7

External


Since: Jun 23, 2004
Posts: 2



(Msg. 1) Posted: Wed Jun 23, 2004 9:44 am
Post subject: help.. trying to use netcam with IIS , 2 servers using port 80 ?? possible ??
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm using IIS5.1 ( winxp) to serve a interfacing program to a aquarium
controller, it runs on port 80 and I access it by linking to
http://xxx.xxx.xxx.xxx/aquanotes , I have an axis 250 netcam which has
its own server and by default wants port 80, the only way I can access
this so far is to change the port to 1024 and access via
http://xxx.xxx.xxx.xxx:1024. Is there a way to tie it into IIS so I
can reach it by something like ... http://xxx.xxx.xxx.xxx/webcam.

Is it possible to have both servers using port 80??

Many thanks

Tony

 >> Stay informed about: help.. trying to use netcam with IIS , 2 servers using por.. 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 2) Posted: Wed Jun 23, 2004 9:38 pm
Post subject: Re: help.. trying to use netcam with IIS , 2 servers using port 80 ?? possible ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Only one application can listen on port 80 on a specific IP

You can use multiple IPs to solve this. You can also set up
<a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx/webcam" target="_blank">http://xxx.xxx.xxx.xxx/webcam</a> to redirect to <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx:1024" target="_blank">http://xxx.xxx.xxx.xxx:1024</a> if
you want.

In case you want to use multiple IPs:

"IIS Binds To All Available IP Addresses When It Starts"
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?kbid=259349" target="_blank">http://support.microsoft.com/default.aspx?kbid=259349</a>

"IIS 6.0: Setting Metabase Property DisableSocketPooling Has No Effect"
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B813368" target="_blank">http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B813368</a>


--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Tony" <tony.DeleteThis@tramsden.com> wrote in message
news:dbf751f1.0406230544.577b80e6@posting.google.com...
 > I'm using IIS5.1 ( winxp) to serve a interfacing program to a aquarium
 > controller, it runs on port 80 and I access it by linking to
 > <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx/aquanotes" target="_blank">http://xxx.xxx.xxx.xxx/aquanotes</a> , I have an axis 250 netcam which has
 > its own server and by default wants port 80, the only way I can access
 > this so far is to change the port to 1024 and access via
 > <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx:1024." target="_blank">http://xxx.xxx.xxx.xxx:1024.</a> Is there a way to tie it into IIS so I
<font color=purple> > can reach it by something like ... <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx/webcam.</font" target="_blank">http://xxx.xxx.xxx.xxx/webcam.</font</a>>
 >
 > Is it possible to have both servers using port 80??
 >
 > Many thanks
 >
 > Tony<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: help.. trying to use netcam with IIS , 2 servers using por.. 
Back to top
Login to vote
tony8

External


Since: Jun 24, 2004
Posts: 1



(Msg. 3) Posted: Thu Jun 24, 2004 7:33 pm
Post subject: Re: help.. trying to use netcam with IIS , 2 servers using port 80 ?? possible ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 23 Jun 2004 18:38:16 +0200, "Kristofer Gafvert"
<kgafvert RemoveThis @NEWSilopia.com> wrote:

 >Only one application can listen on port 80 on a specific IP
 >
 >You can use multiple IPs to solve this. You can also set up
 >http://xxx.xxx.xxx.xxx/webcam to redirect to <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx:1024" target="_blank">http://xxx.xxx.xxx.xxx:1024</a> if
 >you want.
 >
 >In case you want to use multiple IPs:
 >
 >"IIS Binds To All Available IP Addresses When It Starts"
 >http://support.microsoft.com/default.aspx?kbid=259349
 >
 >"IIS 6.0: Setting Metabase Property DisableSocketPooling Has No Effect"
 >http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B813368


Firstly thanks for your reply,, I'm a novice at this stuff so could
you help me with;-


 >You can use multiple IPs to solve this. You can also set up
  >>http://xxx.xxx.xxx.xxx/webcam to redirect to <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx:1024" target="_blank">http://xxx.xxx.xxx.xxx:1024</a> if
  >>you want.
  >>

Its just what I want to do, but I've not clue how to do it..



Thanks

Tony<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: help.. trying to use netcam with IIS , 2 servers using por.. 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 4) Posted: Thu Jun 24, 2004 9:37 pm
Post subject: Re: help.. trying to use netcam with IIS , 2 servers using port 80 ?? possible ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Do you want to redirect?

If so, create the folder webcam under the wwwroot folder.
Start IIS Manager, and navigate to the folder webcam
Right click "webcam" and select Properties
On the "Directory" tab, select "A redirection to an URL", and type the URL
you would like to redirect to (including the port number of course)

--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Tony" <tony.TakeThisOut@nospam.com> wrote in message
news:7msld05uhfdgm4jv7ui15mupsot6ocue1k@4ax.com...
 > On Wed, 23 Jun 2004 18:38:16 +0200, "Kristofer Gafvert"
 > <kgafvert.TakeThisOut@NEWSilopia.com> wrote:
 >
  > >Only one application can listen on port 80 on a specific IP
  > >
  > >You can use multiple IPs to solve this. You can also set up
<font color=green>  > >http://xxx.xxx.xxx.xxx/webcam to redirect to <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx:1024</font" target="_blank">http://xxx.xxx.xxx.xxx:1024</font</a>>
if
  > >you want.
  > >
  > >In case you want to use multiple IPs:
  > >
  > >"IIS Binds To All Available IP Addresses When It Starts"
  > >http://support.microsoft.com/default.aspx?kbid=259349
  > >
  > >"IIS 6.0: Setting Metabase Property DisableSocketPooling Has No Effect"
  > >http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B813368
 >
 >
 > Firstly thanks for your reply,, I'm a novice at this stuff so could
 > you help me with;-
 >
 >
  > >You can use multiple IPs to solve this. You can also set up
<font color=brown>   > >>http://xxx.xxx.xxx.xxx/webcam to redirect to <a style='text-decoration: underline;' href="http://xxx.xxx.xxx.xxx:1024</font" target="_blank">http://xxx.xxx.xxx.xxx:1024</font</a>>
if
   > >>you want.
   > >>
 >
 > Its just what I want to do, but I've not clue how to do it..
 >
 >
 >
 > Thanks
 >
 > Tony
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: help.. trying to use netcam with IIS , 2 servers using por.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS servers - Hello, Our organization is constantly faced with an ever growing number of web based applications that require full installations on our IIS server. What we have done is install each application on our IIS server. Each app usually creates its own web....

DNS servers - Hi all. I have a static public IP address on my server and would like to transfer my site currently hosted by an ISP to my server. When I log into my ISPs web site I see the DNS server's name there. I do not have a DNS server name. Can I use the..

[OT?] - Name Servers - Hi all, Running windows 2003 server primarily for a couple of websites, just wondering if anyone can tell me what I would need in addition maybe to this to run my own NameServers also? Any help or links appreciated - soz if a little OT.. Regards Rob

How do I keep both of my IIS servers using NLB - Question: could someone give me some pointer as how we can keep our web servers using NLB in sync? Have configured two IIS servers using Network Load Balancing, everything seems to be working normally on the NLB. Our problem is that our data is not..

one iis box but 5 web servers - Dear MS Community, I plan on setting up a main IIS Win2k server behind the DMZ. This will have NT authentication enabled, and the default website will point to a server on the LAN. In addition to this there will be several other web servers that..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]