Ask a Question related to ASP.NET Security, Design and Development.
-
CertificatePolicy and .Net requests
I created an web application that accesses sites via SSL.
Those sites cause a Security Alert (certificate name
doesn't match host name). I created a class to
override/accept all certificates and assigned it to the
CertificatePolicy.
I would like to do something along the lines of
Response.Redirect(https url), but since the Response
object is not part of the .Net namespace the certificate
is not overriden/accepted. I tried using a WebClient to
download the data and then did a Response.Write(data
downloaded). The page has web controls that need to be
active, but they aren't active using this idea since the
data isn't a link to the website, just a copy to the data.
Any ideas how I can link my web application to the website
and bypass/accept the certificate?
Guest
-
Timed Out Requests
I turned on performance monitoring on our CF server this morning to hunt down a slowdown and noticed that the counter for timed out requests is... -
Feature Requests
Use this forum to add features you would like to see in future releases of Acrobat. Create a new Topic for each request. Try not to duplicate... -
Too much queued requests
I moved a web site from a server to another really more powerful: 4 Xeon 2800 processors, 2 GB of ram, CF Server, WIN 2003 OS. On 1st server the... -
Assorted requests
1) I'm currently using Appleworks 6 as a database for over 23,000 records. I collect quotations and each record has 5 fields. The problem is that... -
How to use different proxies for LWP::Parallel requests
How do I use a different proxy for each request when using LWP::Parallel ? I use the following subroutine to register the requests, but when I...



Reply With Quote

