Re: Remoting Problem



Thanks Robson for your reply.

I have implemented exception handling now where I am catching all
managed and un-managed exceptions because I am using some COM
components as well.

I will definitely try it out and will let you know the results.

Is there any chances that this Windows Service is going down because of
heavy traffic on my website? Does windows services with Remoting meant
for working under huge loads?

Kindly let me know.

Regards,
Vishi

Robson Siqueira wrote:
Windows Services, in general - IMHO, stop unexpectedly due to an exception.
I had this problem before several times. I strongly recommend you to verify
your code again and put new try/catch sections to get the error.

--
Regards,
Robson Siqueira
Enterprise Architect
<vishi_dhawan@xxxxxxxxxxx> wrote in message
news:1166724984.563814.27890@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Friends,

I am facing a weird problem while using ASP.Net application and a .Net
Reporting server.

I have my remoting server configured using a Windows service, my object
is stateless and hence I have them configured as Singlecall.

My web application communicates with my above remote server using
tcp/ip on a specific port.

Now, what is happening is, my Windows service is randomly shutting down
all by itself, so I have to manually restart it whenecer it goes down
and so I have to monitor it regularly.

Also, I have to resart my web application becuase it stops
communicating to remote server whenever Windows service goes down and I
restart it manually.

Any kind of help in this will be highly appreciated.

Thanks,
Vishi


.



Relevant Pages

  • Re: Remoting Problem
    ... I have my remoting server configured using a Windows service, ... My web application communicates with my above remote server using ... so I have to manually restart it whenecer it goes down ... communicating to remote server whenever Windows service goes down and I ...
    (microsoft.public.dotnet.framework.remoting)
  • Remoting Problem
    ... I have my remoting server configured using a Windows service, ... so I have to manually restart it whenecer it goes down ... communicating to remote server whenever Windows service goes down and I ...
    (microsoft.public.dotnet.framework.remoting)
  • Creating windows service and security context
    ... I created a windows service and installed it on my workstation. ... I tried running the service as my logon user giving it log on as service ... right on the remote server. ... And also, are there other security policies, etc. ...
    (microsoft.public.dotnet.general)
  • .Net Remoting, Windows Service and DataSets
    ... the remote server was a simple EXE I launched when I ... Windows Service version returns empty DataSets. ...
    (microsoft.public.dotnet.distributed_apps)
  • How can I create a project in my remote server with "Windows Service" template?
    ... I cound not create a "Windows Service" project in my remote server from my ... Visual Studio.NET IDE. ... And I can create "ASP.NET Web Aplication" and "Web ... Service" in both my local machine and remote server. ...
    (microsoft.public.vsnet.ide)

Loading