[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

stewart.menday

7/5/2004 12:54:00 AM

Hi All

How do you set the machineName of a channel on IIS. IIS is running
bedind a firewall with port forwarding. I can get CAO working if I
write the server code by setting the machineName propoert of the
channel to the ip address of ther firewall, how do I do this in IIS.


Thanks

Stew
3 Answers

Allen Anderson

7/6/2004 3:43:00 AM

0

Setup the config file. There are other ways though, check out a way
to do it in this particular article.

http://www.glacialcomp.../ArticleDetail.aspx?artic...

Cheers,
Allen Anderson
http://www.glacialcomp...
mailto: allen@put my website base here.com

On 4 Jul 2004 17:53:41 -0700, stewart.menday@ccipope.com.au (stewart)
wrote:

>Hi All
>
>How do you set the machineName of a channel on IIS. IIS is running
>bedind a firewall with port forwarding. I can get CAO working if I
>write the server code by setting the machineName propoert of the
>channel to the ip address of ther firewall, how do I do this in IIS.
>
>
>Thanks
>
>Stew

stewart.menday

7/7/2004 11:49:00 PM

0

Allen

What needs to be set in the config file. I like your solution to the
broblem when using your own server code but we want to use IIS.

Thanks

Stewart



Allen Anderson <allen@sparkysystems.com> wrote in message news:<ch7ke0lee8q47hr8v00absfke1ngipkd9k@4ax.com>...
> Setup the config file. There are other ways though, check out a way
> to do it in this particular article.
>
> http://www.glacialcomp.../ArticleDetail.aspx?artic...
>
> Cheers,
> Allen Anderson
> http://www.glacialcomp...
> mailto: allen@put my website base here.com
>
> On 4 Jul 2004 17:53:41 -0700, stewart.menday@ccipope.com.au (stewart)
> wrote:
>
> >Hi All
> >
> >How do you set the machineName of a channel on IIS. IIS is running
> >bedind a firewall with port forwarding. I can get CAO working if I
> >write the server code by setting the machineName propoert of the
> >channel to the ip address of ther firewall, how do I do this in IIS.
> >
> >
> >Thanks
> >
> >Stew

Allen Anderson

7/8/2004 3:27:00 PM

0

set the machineName in the config file. I''m not sure how to register
the tracking handler with the config file however as I do it in code
(as you can see). As long as you are only trying to deal with the
external solution though the machineName should work perfectly for ya.

Cheers,
Allen Anderson
http://www.glacialcomp...
mailto: allen@put my website base here.com

On 7 Jul 2004 16:49:04 -0700, stewart.menday@ccipope.com.au (stewart)
wrote:

>Allen
>
>What needs to be set in the config file. I like your solution to the
>broblem when using your own server code but we want to use IIS.
>
>Thanks
>
>Stewart
>
>
>
>Allen Anderson <allen@sparkysystems.com> wrote in message news:<ch7ke0lee8q47hr8v00absfke1ngipkd9k@4ax.com>...
>> Setup the config file. There are other ways though, check out a way
>> to do it in this particular article.
>>
>> http://www.glacialcomp.../ArticleDetail.aspx?articleID=CAOMN
>>
>> Cheers,
>> Allen Anderson
>> http://www.glacialcomp...
>> mailto: allen@put my website base here.com
>>
>> On 4 Jul 2004 17:53:41 -0700, stewart.menday@ccipope.com.au (stewart)
>> wrote:
>>
>> >Hi All
>> >
>> >How do you set the machineName of a channel on IIS. IIS is running
>> >bedind a firewall with port forwarding. I can get CAO working if I
>> >write the server code by setting the machineName propoert of the
>> >channel to the ip address of ther firewall, how do I do this in IIS.
>> >
>> >
>> >Thanks
>> >
>> >Stew