| Thread | Last Post | Replies |
|
| Upload file under VPN | 31 Mar 2004 21:44 GMT | 3 |
I have vb.net windows application which need to upload file to server. It can run properly without using VPN. How can I run it with VPN? Is there any components or code to upload file? Or is there any method to get Ip assigned by VPN? Thank you.
|
| HTTP Server | 31 Mar 2004 21:36 GMT | 4 |
When an HTTP server receives a connection on a listener socket, does the socket stay open while the server processes that request? Or does it close the socket and reopen a new one to send once it has fulfilled the request? thanks
|
| Distributed Apps - inter process/processor communication | 31 Mar 2004 21:26 GMT | 1 |
I find the design patterns cover extensily the benifits and techniques of layering applications i.e. Presentation, BL, DAL. However, to date, I have not found much information on how the these layer will communicate with each other, except, that the presentation layer in the web ...
|
| HELP: Multicasting in C# | 31 Mar 2004 21:25 GMT | 1 |
I want to multicast in both IPv4 and IPv6 scenarios Therefore I read my TCP/IP protocol suite book and find that IPv4 IGMP packet 8 bits 8 bits 16 bit
|
| bug in session state server | 30 Mar 2004 17:04 GMT | 1 |
Is anyone out there currently using the out of process state service to store session state in a farm env? We are currently experiencing all sorts of strange problems with the service -- namely, sessions get dropped at seemingly random intervals. This does NOT happen when using ...
|
| Updater App Block - Add another event? | 29 Mar 2004 20:15 GMT | 3 |
If there are no updates available, I'd like to stop the updater. But the ApplicationUpdateManager does not have an event for such a condition. I will change my copy of the UAB to fire a "NoUpdateAvailable" event, so that I can subscribe to it and stop the updater when it fires. ...
|
| Communication between Web Services, Windows Services and Remoting | 28 Mar 2004 08:41 GMT | 1 |
I have an XML web service that can be customized by customers. The goal is this... A process must run *somewhere* that acts as an interface between the web service and some foreign system. Whatever that foreign system is
|
| Updater App Block - can't kill thread | 27 Mar 2004 19:16 GMT | 6 |
My ApplicationManager object is running in a thread called _updaterThread. I'm unable to kill it. After this code executes, I can still see the process in Task Manager. Is this the proper way to kill it? Do I have to call _updaterThread.Abort ?
|
| Synchronizing two screens | 27 Mar 2004 00:44 GMT | 2 |
Hi.. I posted this earlier to one of the threads but recieved no reply. If anybody has any idea about this, please do let me know. i have to achieve this within next 2-3 days.
|
| Application Updater Block - Do I have to use BITS | 26 Mar 2004 22:31 GMT | 1 |
We're designing a Smart Client app and are now dealing with deployment issues. The Updater Block seems like the right way to go, but it uses BITS, and I understand that that means the host machine must be running IIS?? In our case the host could also be a Sun or AIX box. What ...
|
| Update Application Block w/ BITS problem. URGENT!!! | 26 Mar 2004 22:26 GMT | 3 |
We are currently deploying an app that uses UAB to send update. However we are experiencing varying degree of performance problem using the BITS downloader dll provided. From the BITS documentation, it is said that BITS uses "idle" network bandwidth to retrieve the download. ...
|
| Printing from no touch | 26 Mar 2004 14:42 GMT | 2 |
I've been experimenting with no touch deployment. Everything was working well until I got to the point of trying to print a report from the application. I looked at Crystal Reports but according to their website it cannot be
|
| Best Practices for insert, delete, update records in c# | 26 Mar 2004 11:31 GMT | 3 |
hi, could anyone help with best practices for insert, delete and update records in c#??? Immer.
|
| Singleton Question Threading Question | 25 Mar 2004 17:06 GMT | 2 |
Suppose i have a remote singelton such as class MySingelton{ ... public Int32 GetSum( Int32 X, Int32 Y ){
|
| Guaranteed 72 hour response? | 25 Mar 2004 17:01 GMT | 1 |
When my client application (Winforms) starts up, it adds handlers for both AppDomain.CurrentDomain.UnhandledException and Application.ThreadException. Then, when my middle-tier throws exceptions, they correctly go back to the client and are logged, dealt with, etc In the ...
|