HttpWebRequest.GetRequestStream:Unable to connect to the
remote se
Fri, 03 Oct 2008 14:28:22 -0700
I just had this exact same issue. I resolved it by editing the system.net section of my web service's web.config file. The server that I migrated my code to had tight restrictions on its net use, and .NET 2.0 and higher uses the proxy by default when making HTTP calls using System.Net. The problem was solved by e ...
|
Client certificate is invalid
Fri, 3 Oct 2008 11:41:30 -0700 (PDT)
I have a WCF .NET 3.0 self-hosted service and client. Both client and
server are on the same system.
My service opens a secure endpoint and is configured to demand a
client-side certificate:
BasicHttpBinding binding = new BasicHttpBinding();
binding.Security.Mode = BasicHttpSecurityMode.Transport;
binding. ...
|
exception responses to ASP.Net soap services
Fri, 3 Oct 2008 06:43:02 -0700
Hi...
How does one get an exception in a SOAP method call to get returned as a
SOAP error packet? I found several articles online that seemed to imply
wrapping it in a SoapException should result in proper handling but that
doesn't appear to be the case.
Throwing a SoapException from a web service metho ...
|
Can I manipulate the width/Height of scroll bar on asp Panel
webcontol?
Fri, 3 Oct 2008 05:17:06 -0700 (PDT)
Hi!
Can I manipulate the width/Height of scroll bar on asp Panel
webcontol?
Thanks,
Chandan ...
|
User Authentication
Thu, 2 Oct 2008 12:11:01 -0700
I am new to Web Services and would like to write a web services to
authenticate the user logged on. Any suggestions where to start or resources
to read on.
Thanks
Alex ...
|
Best solution to update the applications
Thu, 2 Oct 2008 08:35:16 -0700 (PDT)
Hi
I'm developing a client/server sistem (based on .NET Framework 2.0
(C#) using VS 2005):
1. A webservice
2. A client WinForms application.
Classic.
Now, the client app will be installed in many locations and will
access the webservice.
I want 2 things:
1. The client app and the webservice should ...
|
WCF Proxy Server settings not working
Tue, 30 Sep 2008 14:54:01 -0700
Hello,
I've been having a problem connecting to a standard ASMX file via WCF when
going through a proxy server. My setup is a little confusing, so I'll try to
explain it first before the problem ...
I have a series of services, some front-end interfaces (FE) for back-end
services (BE) that themselves may ...
|
|
|
problem with update panel.
Mon, 29 Sep 2008 23:21:39 -0700 (PDT)
Hi,
On Update panel there are two control Button and TextBox.On click on
Buttton I make visible true to textBox.TextBox shown on the page but
on source code ther is no any html code for this
textBox.
How Browser render this control if there is no html code?
How can I get the source code of this control ...
|
WCF endpoint certificate identity
Mon, 29 Sep 2008 19:10:18 -0600
Hello,
I use WCF with my web service calls and all of the communication is secured
with certificates. When I create my service reference, an endpoint gets
created with the correct information. It includes an entry like this:
...
|
Soap 1.1 and 1.2
Mon, 29 Sep 2008 14:24:02 -0700
I have a web service that is called from javascript.
If I call it directly from browser address box I get a lot of documentation
showing up. Can this documentation be turned of in a production environment?
--
Arne Garvander
(I program VB.Net for fun and C# to get paid. When get paid, I laugh all the
way t ...
|