| Is there a way you can form a hash on client-side and send it to a ASP.NET page? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| We have an applet that generates a hash from user inputs and those hashed inputs will be forwarded to an ASP.NET. Everything works fine, but......... Now, we want to remove an applet from our project because we have problems when we debug our pages doesn't work under VS.NET VS.NET doesn't seem to support Java (VS.NET shows an applet on page in debug mode if you install InterDev before installing V... |
|
| Has anyone conducted any performance test on the use of binary vs. soap messaging? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I"m looking into the .NET Remoting namespace and I was intrested to see if anyone had any idea on the penalty for using SOAP text based vs. binary formaters. The documenation I'm reading from Wrox Press "Professional C#" states that the obvious that vinary formatters are much faster but used for ..NET to .NET clients only"....hmmm...smells like RMI ! LOL I realize that you can serialze SOAP messag... |
|
| ECC design pattern in .NET? (9 replies) |
| microsoft.public.dotnet.distributed_apps |
| Anyone tried the Engine Collection Class design pattern in .NET? I was just wondering...if so what did you alter? Thanks, XMLViking |
|
| out-of-process (D)COM in .NET? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I'm able to create in process COM in .NET. But I don't know how to create out of process (D)COM server that is accessible from classical (unmanaged) applications. Thanks. |
|
| Missing HttpContext in WebService running from .NET Windows Application (.NET exe) (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all, I would like to call a WebService from .NET Windows Application (e.g. from a form). Unfortunately WebMethods called from this kind of client doesn't have Session and Context instance (they are null). Does anybody know the reason? Is it possible to find an another solution for saving global objects? Conditions: .NET Release Candidate simple WebService generated by wizard atrribute [WebMetho... |
|
| I always need IIS? (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, According to what I read there are two ways for remoting: web services .net remoting My question is: I always need IIS to make the components "talk"? I cannot build any remoting solution without relaying on IIS? Best regards, and happy new year for all ! |
|
| Merge gives extra row in DataSet after importing a DiffGram (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I'm using the documented technique for updating a database: Fill DataSet Edit some rows Call GetChanges Update new DataSet Refresh (Fill) new DataSet Merge with original DataSet The DataSet contains two related tables that have a Unique column, which is defined as the primary key before getChanges is called. All this works fine until I remote the DataSet via a DiffGram. When I load the DataSet... |
|
| ServicedComponent please help (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all, please help, ServicedComponents are driving me crazy. 3 tier application with BLL and DAL layers both extending ServicedComponent. Both configured for COM as part of the same catalog(ActivationOption.Library for both as well). Both BLL and DAL configured for pooling(pool 1..10) BLL calls DAL like this: using (DAL dal new DAL()...) { dal.dostuff() } DAL implements IDisposable and "nicely" c... |
|
| Serviced component deployment (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Can anyone explain to me the process of deploying a serviced component on a server machine and makeing it availabel to a client on another machine. The component has "ActivationOption server". I want to find out if i need some code to register channels and so on, even though the component is to be contained in a com application? How does the client access this component, can i use some *.config fi... |
|
| .NET Application using existing COM+ objects (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have existing COM application which is written in Delphi. I wrote a .NET client application that use those COM components. I am facing a serious memory leakage problem. The client keep on consuming resource and at certain point of time cause exception. There is no memory leakage problem with existing COM component because those are running for long time. I tried to call Dispose manually but did ... |
|
| Client/Server database Help (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| In C# how do you make a SQLConnection on the client connect to a database on the server using ADO.NET? |
|
| .Net and com + (6 replies) |
| microsoft.public.dotnet.distributed_apps |
| In the beta2 version of .net, it was very simple to build a class and expose it remotly to vb6 clients via com services. Thats all you had to do was regasm your dll and import the component into a com applicaion, build the .msi file and install it on a client. This does not work with the release build of .net ! None of the interfaces show up in the component manager when the component is imported.... |
|
| Web Service Access Denied when Anonymous turned off (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| I've got a problem that is driving me nuts. I am trying to secure my web services using Windows Security. The second I shut off anonymous access to my web services, the asp.net pages making calls to them start getting: The request failed with HTTP status 401: Access Denied. If I go directly to the web service, I can see the description no problem. I am even able to test my webmethods, some of whic... |
|
| An Application Design Question (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm hoping someone could give me some insight on how to design this application. I have a file on my webserver I need to make available to C# client applications which automate this transfer hourly. This file is a recording from an energy meter and can be of any type. I must not open any ports on my webserver other than 80. Right now I'm using a web service to wrap a byte array of the file into a ... |
|
| Two classes in one server? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm trying to build a server with two classes being served. The host seems to work. No exceptions on registering both classes, but the client fails with System.Reflection.TargetInvocation exception on call to second class, even if this call is made first. Client classes, which are not here, are both in same ListClient namespace. I can't find a sample of doing this. I assume that it is possible to ... |
|