| get under the hood (2 replies) |
| ASPFriends.com 'ngfx-io' list |
| I am wondering if anyone knows a tool that let you see what .exe is running and what are the dlls that's running when starting a process? For example, I fire up a hello.aspx page, I want to see all the system process that's kicking off w/ it, say inetinfo.exe, aspnet wk.exe, aspnet isapi.dll, etc, etc. Is there anyway I can see that? TIA, George. |
|
| HttpWebRequest .Net problem (3 replies) |
| ASPFriends.com 'ngfx-io' list |
| Hi, I have an asp.net application that opens an html page with the following line of code: Dim request As Net.HttpWebRequest Net.HttpWebRequest.Create(URL) If the URL is in the same machine where my asp.net application is running (same IIS 5.0 on another virtual web site), the following error occurs: "Underlying connection is close: Cant establish trust relationship....." If the URL im asking for ... |
|
| Determining existence of an image (3 replies) |
| ASPFriends.com 'ngfx-io' list |
| Copied from [aspngfreeforall] to [ngfx io] by Alex Lowe webmaster@asp grandrapids.net I would like to determine the existence of an image on one of our internal web sites (we are using the same images on two different sites) and I have tried the following (Not surprisingly, it didn't work. System.IO.File would be my server, not the other one): 20 private string CheckForLink(string URL) { string sU... |
|
| File.Copy and mapped network drive (2 replies) |
| ASPFriends.com 'ngfx-io' list |
| Moved from [aspngfreeforall] to [ngfx io] by Alex Lowe webmaster@asp grandrapids.net Hi. Has anyone have any luck with using File.Copy with a mapped path to another computer as the destination? The source file sits on the web server but the destination file lies on a different machine that I mapped a drive to. The error I get is "Could not find a part of the path [destination path name]" Thanks ev... |
|
| Error : System.Net.Sockets.SocketException: A socket operation encountered a dead network (2 replies) |
| ASPFriends.com 'ngfx-io' list |
| Moved from [aspngvb] to [ngfx io] by Alex Lowe webmaster@asp grandrapids.net I'm trying to connect a pop3 server with the System.Net.Sockets.TcpClient() class but I get the error [System.Net.Sockets.SocketException: A socket operation encountered a dead network]. I'm working behind a Proxy, I think it must be that, but I don't Know how associate the Proxy with the TcpClient object. Does anybody kn... |
|
| Getting the filesize! (3 replies) |
| ASPFriends.com 'ngfx-io' list |
| Moved from [aspngfreeforall] to [ngfx io] by Marcie Jones marciejones@yahoo.com I have tried to get the filesize of a file using this code: Dim strFilePath As String strFilePath 3D strPath & strCompany & strTM Dim dirName As String 3D strFilePath Dim dirInfo As New DirectoryInfo( trim(dirName) ) dirInfo.GetFiles( strImage ) Dim fileInfo As fileInfo Dim lngFileLen As Long lngFileLen 3D fileInfo.Len... |
|
| serail port (3 replies) |
| ASPFriends.com 'ngfx-io' list |
| Moved from [aspngfreeforall] to [ngfx io] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello all, Ok, please tell me this can done. I have written a small VB app that uses the Microsoft MSCOMM control that reads data from serial port on my computer. I would like to rewrite this into a WEB APP. So, my question is, is it possible to access a serial port from within a web browser? Any ideas. Th... |
|
| Read/Write from Serial Port (2 replies) |
| ASPFriends.com 'ngfx-io' list |
| Moved from [aspngcs] to [ngfx io] by Jeff Widmer jeffwids@aspalliance.com How can I Read/Write data from the serial port and parallel port in C# ? |
|
| Drive type and volume name (5 replies) |
| ASPFriends.com 'ngfx-io' list |
| GetLogicalDrives returns all logical drives on the computer however, there seems to be no way to find out drive type and volume name (there were GetDriveType and GetVolumeName, but they are no longer in 1.0). Anyone have suggestions other than going for managed C ? Chris |
|
| Uploading a file (2 replies) |
| ASPFriends.com 'ngfx-io' list |
| Copied from [aspngfreeforall] to [ngfx io] by Marcie Jones marciejones@yahoo.com I'm currently uploading a file from the client using HtmlInputFile. The problem I'm running into is that the PostedFile.SaveAs() function only seems to work with mapped paths and not with UNC. I need to save it to another file server without mapping a path to it. Any ideas? |
|
| Creating a Directory.. (3 replies) |
| ASPFriends.com 'ngfx-io' list |
| Moved from [aspngfreeforall] to [ngfx io] by Marcie Jones marciejones@yahoo.com Hey Everyone, I'm one step away from deploying a beta of my asp.net web site. Everything has gone smoothly when uploading to the web host except for the fact that I keep getting an exception when trying to create a directory through my application. I keep getting this exception: System.IO.DirectoryNotFoundException: Co... |
|