Re: [ADVANCED-DOTNET] WebRequest throws WebException "The operation has timed-out."

2004-01-15 Thread Stephen Johnston
Just a couple of 'is the printer plugged in type of questions': 1. Have you tested this with a definite good URL? 2. Have you verified that you are not putting a bad link into your function? 3. Have you verified that the domains are good. Bad domains will 'time out' I believe. Whereas good domain

Re: [ADVANCED-DOTNET] WebRequest throws WebException "The operation has timed-out."

2004-01-15 Thread Stephen Johnston
What is this line? objRequest = (HttpWebRequest) That looks weird to me. am I missing something? -Stephen Johnston At 05:46 AM 1/15/2004, you wrote: Hi all. I am trying to build an application that checks for broken URLs using the System.Net.WebRequest.Create, but I constantly get this WebE

Re: [ADVANCED-DOTNET] pgp problem from ASP

2004-01-15 Thread Jade Burton
ASPNET was the User I was referring to, but if full permissions has no effect, I'm not sure that's the problem. The angle I was trying to take was: what's different between the two dll-callers? The only diffs that I know of (as far as spawning exe's is concerned) are: User account, environment va

Re: [ADVANCED-DOTNET] pgp problem from ASP

2004-01-15 Thread Philip Nelson
--- Micah Daniels <[EMAIL PROTECTED]> wrote: > Does anyone know of a C# pgp library freely available some where on the web. > I would prefer it to my current solution. > Search at CodeProject on pgp and you will find a few solutions and should at least be able to get some ideas from there. ==

Re: [ADVANCED-DOTNET] pgp problem from ASP

2004-01-15 Thread Booth, Bill
You can try this one. SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and sign data, created OpenPGP compatible keys, and a lot more. This article explains how to use the library in your own .NET application or webpage to encrypt, sign, decrypt or verify OpenPGP messages

[ADVANCED-DOTNET] WebRequest throws WebException "The operation has timed-out."

2004-01-15 Thread Joakim Sundén
Hi all. I am trying to build an application that checks for broken URLs using the System.Net.WebRequest.Create, but I constantly get this WebException: "The operation has timed-out." Sometimes on 10 out of 50 URLs, sometimes (more often) on 40 out of 50 URLs. I have tried, among other things, setti

[ADVANCED-DOTNET] Registry cleaning in the .NET era

2004-01-15 Thread Andy Voelkel
(I asked the following question on DOTNET-CLR, but got no answer. If it is too basic, I apologize.) I have traditionally used a tool called OLECLEAN to remove stale COM registry entries that have been added during development and debugging. Unfortunately, this tool doesn't seem to work with .NET c

Re: [ADVANCED-DOTNET] TcpChannel and TIME_WAIT sockets

2004-01-15 Thread Andrey Shvydky
Hi, Stoyan. Ok, I shall try to describe client algorithm. 1. Configure remoting infrastructure with follow config file: --- ---

Re: [ADVANCED-DOTNET] pgp problem from ASP

2004-01-15 Thread Micah Daniels
Hi Jade. Thanks for the reply. What priviledges are you referring to? User 'ASPNET'? I gave this user admin priviledges to see if it would help, but it never did. Are there anyother ways of assigning user priviledges? Micah From: "Jade Burton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thu

Re: [ADVANCED-DOTNET] pgp problem from ASP

2004-01-15 Thread Micah Daniels
Does anyone know of a C# pgp library freely available some where on the web. I would prefer it to my current solution. Thanks Micah - Original Message - From: "Jade Burton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 12:12 AM Subject: Re: [ADVANCED-DOTNE