| Encrypting Traffic between sockets (2 replies) |
| ASPFriends.com 'ngfx-io' list |
| I have written two applications, a client and a server, which are communicating with each other using sockets, and communicate by XML over TCP. I am not using HTTP or IIS for this communication. I am now trying to encrypt the traffic between them but am not sure what I should incorporate in order to encrypt the traffic between them? I am considering SSL but do not know much about SSL and am not su... |
|
| Temporary filename creation (2 replies, VIP) |
| ASPFriends.com 'ngfx-io' list |
| Hi, Can somebody point me as to what class I need to use to generate temporary filename in .NET? Thanks, Raul Vallestero |
|
| Asp.Net Permission Issue with Sockets (6 replies, VIP) |
| ASPFriends.com 'ngfx-io' list |
| I'm trying to ping a router in ASP.NET and use System.Net.Sockets to do this, however I get the following error: Exception Details: System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions Source Error: Line 18: Dim socket As Socket New Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.Icmp) Stack Trace: [SocketException ... |
|
| Writing EventLogs to Text File (3 replies) |
| ASPFriends.com 'ngfx-io' list |
| Copied from [aspngfreeforall] to [ngfx io] by Tim Musschoot Tim.Musschoot@rug.ac.be I've written a Windows Service using the .NET framework. I want to write EventLogs to a text file, rather than to one of the EventLogs themselves. I'm aware that this is something to do with using the TextWriterTraceListener class which redirects output to an instance of the TextWriter class or to anything that is ... |
|
| Sending ASCII data to a UNC printer path in .NET (2 replies, VIP) |
| ASPFriends.com 'ngfx-io' list |
| Hi, Can somebody point me to some documentation or sample codes on how to send ASCII data to a UNC printer path? The data are label printer commands in ASCII text. I tried using a FileStream object but I need to supply it with an IntPtr handle of the printer which I don't know how to get. In Platform SDK I can use the function "CreateFile" to get a handle but I don't know the .NET equivalent. Any ... |
|
| XMLHTTP equivalent in .NET (2 replies) |
| ASPFriends.com 'ngfx-io' list |
| Moved from [aspngfreeforall] to [ngfx io] by Tony Stark IronMan@aspelite.com I'm trying to remote an SQL query to SQL Server and am looking to do a POST and get the xml. What is the .Net equivalent? Thanks, Tim Join the world s largest e mail service with MSN Hotmail. http://www.hotmail.com |
|
| Ftp in .net (datasocket or webrequest) (2 replies, VIP) |
| ASPFriends.com 'ngfx-io' list |
| hi, i found some helpful code for accessing a ftp in passive mode using createdatasocket... but i need to write something that reads files from an ftp using active mode. what is the best way, low level using datasocket, or derivating something from the webrequest class? also, i understood that in active mode you must supply your ip to the ftp server and listen for its response. that would prevent ... |
|