Problem with raising a envent over internet

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I got my app running on the a server and in a client.

When I ran both on the same machine they work perfect, but when I separated
them (server app on a server with public IP) and my client stays in my local
machine. The event dont raise.

Here are the config file for both server and client:

Server
<configuration>
<system.runtime.remoting>
<application name="TecnotrackerServer">
<service>
<wellknown mode="Singleton"
type="ITB.Tecnotracker.Server.Broadcaster.Broadcaster,
ITB.Tecnotracker.Server.Broadcaster"
objectUri="Broadcaster.soap"/>
</service>
<channels>
<channel ref="tcp" port="5555" clientConnectionLimit="20">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
</serverProviders>
<clientProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
</clientProviders>
</channel>
</channels>
<client url="tcp://localhost:5555">
<wellknown type="ITB.Tecnotracker.Common.Communication.IBroadcaster,
ITB.Tecnotracker.Common.Communication"
url="tcp://localhost:5555/Broadcaster.soap" />
</client>
<lifetime leaseTime="20D" sponsorshipTimeout="1H" renewOnCallTime="1D"
leaseManagerPollTime="1H" />
</application>
</system.runtime.remoting>
</configuration>

and this is my clients
<configuration>
<system.runtime.remoting>
<application>
<lifetime leaseTime="20D" sponsorshipTimeout="1H" renewOnCallTime="1D"
leaseManagerPollTime="1H" />
<channels>
<channel ref="tcp" port="0" clientConnectionLimit="20">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
</serverProviders>
<clientProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
</clientProviders>
</channel>
</channels>
<client url="tcp://200.67.79.249:5555">
<wellknown type="ITB.Tecnotracker.Common.Communication.IBroadcaster,
ITB.Tecnotracker.Common.Communication"
url="tcp://200.67.79.249:5555/Broadcaster.soap" />
</client>
</application>
</system.runtime.remoting>
</configuration>


My server havo to autosubscrive to himself to ve able to raise the event,
the client just become suscriber for the event.
What could ve happening?? Hope somebody could help me


.



Relevant Pages

  • Problem joining Windows domain from remote VPN/PPTP box
    ... server OK with administrator rights (configured via Routing and Remote ... On client there exists static route for remote network that points to ... following information can help you troubleshoot your DNS configuration. ...
    (microsoft.public.windows.server.active_directory)
  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)
  • Re: Outlook -> remote exchange -> always wants a password
    ... I have my server set to use Integrated Windows authentication over SSL. ... almost certainly "break" your existing users if the client setup does not ... Close out of these configuration dialogs, ...
    (microsoft.public.windows.server.sbs)
  • Re: 70-294 next week
    ... to another DNS ... server for at least ... client, which then ... configuration on the client. ...
    (microsoft.public.cert.exam.mcse)
  • RE: ISA 2004 Firewall Client and ActiveSync 4.2
    ... though I was connected in a Wireless Lan I changed my configuration. ... that killing my default gateway is not the way ... gateway and the appropriate DNS server entries. ... server internal IP then your client works as a secureNAT client and you're ...
    (microsoft.public.isa.clients)