Comprehensive, categorized, searchable collection of links to ASP & ASP.NET resources...
ASP.NET Directory

Applications
Assembly & Controls
Books & Media
Community
Other ASP.NET Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Powerful high Performance ASP.NET & SQL Server Forum Software
ASP Directory

Applications
ASP.NET Directory
Books & Media
Community
Components
Other ASP Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Newsgroups

Participate in over
100 ASP & ASP.NET related newsgroups right here @ Fuzzy Software...

.NET Framework
- .net.faqs
- .net.framework
- .net.general
- .net.setup
- .net.scripting
- .net.xml

Web Services
- aspnet.webservices
- msdn.soaptoolkit
- msdn.webservices

SQL Server
- sqlserver.setup
- sqlserver.prog...
- sqlserver.tools

Classic ASP
- asp.db
- asp.general
- asp.components

Scripting
- scripting.jscript
- scripting.remote
- scripting.vbscript
- scripting.wsh

All newsgroups...

ASP Built-in
Objects Reference


Application Object
ObjectContext Object
Request Object
Response Object
Server Object
Session Object

Personalise Fuzzy
Make Homepage
Link To Fuzzy
Bookmark This Page

Add our directory to your site in less than
2 minutes...



InstantForum.NET - ASP.NET forums








Whats New!


Post New Message

IpcChannel and Events [1 reply]
microsoft.public.dotnet.framework.remoting, Friday, January 27, 2006
I have a remoting application which uses the new IpcChannel and Events. The issue I am seeing is this: The first time the client starts, it is able to receive the events from the server....

2005 remoting error [1 reply]
microsoft.public.dotnet.framework.remoting, Friday, January 27, 2006
i have server and client application made by dotnet 2003. when i rebuild them via dotnet 2005, .net remoting crashed and i did not get any error. only message is myapplication as encountered ...

https [0 replies]
microsoft.public.dotnet.framework.remoting, Friday, January 27, 2006
Hi, I've made a client/server application. The servier is under IIS control. Everything works find, but when Iup for secure connections web -> Require secure channel 128 bit and ch...

building a web site [0 replies]
microsoft.public.dotnet.framework.remoting, fri,
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a ...

Error: "No connection could be made because the target mach... [0 replies]
microsoft.public.dotnet.framework.remoting, Thursday, January 26, 2006
I'm trying to run a sample project which is using remoting via MBR and is ussing this as a connection string: url="tcp://localhost:8085/ExpenseRemoteService" /> both client and server o...

How to reference server [1 reply]
microsoft.public.dotnet.framework.remoting, Thursday, January 26, 2006
I'm making a simple MBR remoting sample from my pc to server. I understand that I need to reference the remote server and assemply something like this: http://YourRemoteBoxName:32469/Remo...

Remoting Events and AppDomains [0 replies]
microsoft.public.dotnet.framework.remoting, Thursday, January 26, 2006
Hi all, i'm new on this newsgroup and in .NET Remoting too. I'm trying to do a distribuite application, and I layered it as follows: Host application (Server.exe) Business Layer(busines...

Object on the server [0 replies]
microsoft.public.dotnet.framework.remoting, Wednesday, January 25, 2006
Would really appreciate some help! I have created a host application that creates a remotable object and holds a reference to it. This object will fire some events. I want my client and ...

Get Instance of remote object without crossing Remote Bounda... [3 replies]
microsoft.public.dotnet.framework.remoting, Tuesday, January 24, 2006
My problem is that I have three objects (two are remotable and one is not) on the same server that cannot talk to each other without crossing remote boundaries. I would like the non-remoting ...

Remoting Collection Objects [15 replies]
microsoft.public.dotnet.framework.remoting, Tuesday, January 24, 2006
Can objects that inherit from ICollection be remoted? For example, I have a class that is inheriting from a "base" class and that base class is inherinting from CollectionBase. Public Mu...

Security error when use secure = "true" on 2 workstations (d... [2 replies]
microsoft.public.dotnet.framework.remoting, Tuesday, January 24, 2006
I like new security futures of dotnet 2.0. But they work only if workstation is joined to domain and server is placed on the server, or when two workstations are using a common user. Thi...

Help on sample remoting app ???? [6 replies]
microsoft.public.dotnet.framework.remoting, Tuesday, January 24, 2006
Dear all, I try to study .NEt remoting for my next exam. Does any one hase or know about good links on working remoting samples ? thnaks for your help regards serge

Using delegate and Asynchronous calls [0 replies]
microsoft.public.dotnet.framework.remoting, Tuesday, January 24, 2006
Hi, I have used .NET Remoting to create a client/server application. Client registers to server and the server (depending on external data) will call the client as needed by using a fu...

Asynchronous remoting question [0 replies]
microsoft.public.dotnet.framework.remoting, Monday, January 23, 2006
I want to set up a remoting scenario where a server holds state on many objects that consist primarily of property getters and setters and the objects have lots of references between each o...

SerializationException in Client [1 reply]
microsoft.public.dotnet.framework.remoting, Monday, January 23, 2006
I get this exception when when calling a remote object from the Client: IRemoteService rmotwe = (IRemoteService)Activator.GetObject(typeof(IRemoteService), "http://localhost:80/HttpBinar...

syncronizing DataSets [2 replies]
microsoft.public.dotnet.framework.remoting, Sunday, January 22, 2006
I have a server app, and multiple clients that connect to the server. Each of the clients retrieve a DataSet from the server to work with. What I need to have happen is that when one client a...

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.remoting, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.remoting, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.remoting, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.remoting, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Register everything in config files? [2 replies]
microsoft.public.dotnet.framework.remoting, Friday, January 20, 2006
Hi, There is a problem we are facing. Initially, we used to put just one object in the remoting config files and thought that objects created by that main object would be remoted. We ...

Remoting Sample [8 replies]
microsoft.public.dotnet.framework.remoting, Friday, January 20, 2006
Hello, I successfully some msdn docs and made a sample remoting app. It includes the following: RemotingObject.dll (Class Library of class to be consumed) RemotingHost (console remoting...






$10/mo & 3 Months FREE!

InstantKB.NET - Complete ASP.NET knowledge base management solution...

Receive all the latest quality ASP
& ASP.NET content direct to your inbox. Sign-up to our newsletter.






DevDirect.com - Tools and Components for Software Developers

kbAlertz.com

DevBuilder.org

Bipin Joshi



More partners...

deloittes.NET AdServe - ASP.NET Ad Management, Tracking and Reporting
  10140 ASP & ASP.NET resources in over 483 categories and growing daily...
Fuzzy Software - asp / asp.net resources, tutorials, code, scripts, applications, components, newsgroups, hosts and much more... Sitemap 0 1 4