Re: Singleton Objects Dying

From: Ahmed (ahmedbm_at_gmail.com)
Date: 03/26/05


Date: 26 Mar 2005 07:07:07 -0800

Here is what i got
<system.runtime.remoting>
                <application>
                        <service>
                                <wellknown mode="SingleCall"
                                        objectUri="Competition.rem"
                                        type="Competition.Competition, Competition" />
                        </service>
                </application>
    </system.runtime.remoting>

The problem is that i cannot look at the app pool since IIS is being
hosted remotely by my host. On the client machine the app is not a
heavy memory user and not whiloe making the calls either.

All my calls are retriving info from the DB, BTW i am using SingleCall
as i just noticed :) and no the only thing common is connecting to the
DB every 10 seconds on the client and updating records.



Relevant Pages

  • RE: FTP on IIS
    ... I've been working on Professional IIS ... I've checked all permissions - I've ... Each worker process is injected with an additional SID specific to ... that SID (i.e. remove Network Service, or whatever your app pool ...
    (Focus-Microsoft)
  • Re: AD Custom App Pool identity, Custom IUSR identity, and a lot m
    ... the same as running all web applications in the same app pool in IIS 6.0, ... or WMI to set the properties for the website/web app pool. ... :> thread under an impersonated account, ... :> 2) Each website should be in its own Web Application Pool. ...
    (microsoft.public.inetserver.iis.security)
  • Re: AD Custom App Pool identity, Custom IUSR identity, and a lot more.
    ... multiple websites that are running inside a single Web App Pool. ... have it's own custom IUSR_machinename account. ... IUSR for Site1 using the File System Object to access content ... There is a tool adsutil.vbs that is supplied with IIS ...
    (microsoft.public.inetserver.iis.security)
  • Re: Anybody ever get CreateMailbox working on a WebService on Exchange 2003?
    ... Have you tried running the web service under an app pool that impersonates a ... "Clive Williams" wrote in message ... > (once to run as IIS ASPNET user), and once to run as privileged admin ...
    (microsoft.public.exchange.development)
  • RE: HTTP Receive 500 Error - Multiple IIS App Pools needed?
    ... How many message per day that you sent to your HTTP received location? ... distribute them into different app pool is good idea. ... where some of the Receive Locations will throw IIS Internal Server ... I can have a given rloc work, ...
    (microsoft.public.biztalk.server)

Loading