Ask a Question related to ASP.NET Security, Design and Development.
-
Peter Sedman #1
Web Service and SSL
I have written a Web Service that is called by a Windows Forms Client that I
have also written.
Some of our customers want to run with SSL and some don't. The Windows
Forms client configuration file has an entry for the URL of the Web Service.
Assuming that our customers have trusted certificates is it just a matter of
changing the URL in the configuration file from http to https ?
Thanks,
Peter
Peter Sedman Guest
-
Noobilicious question: Exposing two interfaces on the same web service(C# web service)
What are the fundamentals? I'm getting ready to write a new web service and I'd like to have the ability to add interfaces as they change to... -
Access Denied - Network Service vs Local Service
I have been struggling with my ASP.NET (V1.1 sp1) websites getting an 'Access Denied' message. I have track down the problem (I think) to the IIS... -
Is it possible for web service to send out random notifications to web service consumer?
I am a newbie for web servcie and want to write a web service which monitors the certain field in the database. Once it exceeds the certain value,... -
Referencing web service complex data type within a second web service (like a delegate)
Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and... -
win32::eventlog DNS Server, Directory Service, File Replication Service
hello, does anyone know how to scan the special eventlogs on a dc like DNS Server log Directory Service File Replicatoin Service i tried it... -
[MSFT] #2
RE: Web Service and SSL
Hi Peter,
To use Https in client, we need a dynamic web reference and change its Url
in code, you may refer to following article to see if it will help:
HOW TO: Secure XML Web Services with Secure Socket Layer in Windows 2000
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q307267[/url]
Luke
[MSFT] Guest
-
[MSFT] #3
RE: Web Service and SSL
Hi Peter,
Did you have any futher questions on this issue? If so, please feel free to
let me know.
Luke
[MSFT] Guest



Reply With Quote

