Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Remoting / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
singleton object in IIS - affected by web.config changes ?12 May 2008 07:21 GMT-
I have a remote object that needs to maintain state and remain indefinitely
after it is created.
I am able to configure it as a singleton(binaryformatter) using IIS (default
port 80 )  and override the InitializeLifetimeService method.
http channel from ASP (Client) to Windows Server (Server)09 May 2008 16:58 GMT-
Windows Server:
IDictionary properties = new Hashtable();
properties.Add("useDefaultCredentials", "true");
properties.Add("port", 8085);
Lifetime of remoting server application and running automated processes07 May 2008 14:47 GMT-
This is when hosting remoting under IIS. All my remoting server objects
are SingleCall.
1) I understand how life time works for the remoting objects but how
abut the remoting server application (ie. when does the DLL get loaded
TargetInvocationException because of FileNotFoundException in client06 May 2008 01:27 GMT2
I have a strange problem here. I have a working client/server pair that
communicates through a TCP channel, the "well known object" is known to
the client through it's interface and instanced using Activator.
There are a couple of assemblies involved, but in the end it all comes
Long! Exception details, was: TargetInvocationException because of FileNotFoundException in client06 May 2008 01:17 GMT-
Here's the exception info that Visual Studio gave me.
System.Reflection.TargetInvocationException was unhandled by user code
  Message="Ein Aufrufziel hat einen Ausnahmefehler verursacht."
  Source="mscorlib"
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?03 May 2008 19:06 GMT1
GC.Collect() not cleaning memory, how to find out what references to lots of
memory still exist?
When all my processign is done i set everything to null and then:
GC.Collect();
Sharing Cookies between service references01 May 2008 13:44 GMT1
Using VS2008, if I have two or more service references that refer to web
services under the same application and session which use cookies to save
sessionid, is there a way to share cookies between the service references?
Best regards,
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.