I need to write a file to a windows share on a computer not part of a domain from ASP.net. I\'ve tried implementing impersonation like : http://support.microsoft.com/?id=306158 which wraps the LogonU
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorica开发者_StackOverflow中文版l andcannot be reasonably answered in its cu
Is there any method where we can get a minimum cost broadcast routing scheme without using the spanning t开发者_JAVA百科ree algorithm?
I am working on an eclipse app that has got multiple views. From these views I have to access some data over the wire. An error is thrown in following scenario.
i am writing a simple multicast application. i intend to run it on localhost. i have done the following:
Given - .Net 2.0 开发者_运维百科XP machine with SP2 and multiple network adapters Is there an API that can be used to check if the network adapter is firewalled?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a desktop application that runs on a network and every instance connects to the same database.
I need a cross-platform library/algorithm that will convert between 32-bit and 16-bit floating point numbers.I don\'t need to perform math with the 16-bit numbers; I just need to decrease the size of
I have a program in c# in which i create a socket, binding it, begin listening and then using beginaccept!